Skip to content

Commit

Permalink
Update SQL Exports (#72)
Browse files Browse the repository at this point in the history
Switched a couple of fields to hex data output
  • Loading branch information
LtRipley36706 authored Nov 7, 2021
1 parent f1b305a commit f95c4d6
Show file tree
Hide file tree
Showing 1,331 changed files with 4,208 additions and 4,208 deletions.
2 changes: 1 addition & 1 deletion Database/3-Core/4 CraftTable/SQL/03834 Academy Stamp.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ INSERT INTO `recipe_mods_float` (`recipe_Mod_Id`, `index`, `stat`, `value`, `enu
VALUES (@parent_id, 1, 12, 0, 3, 1) /* On Source.SuccessSource CopyFromSourceToTarget Shade to Source */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3834, False, 0, 0, 0, True, 939524111, 1, 0);
VALUES (3834, False, 0, 0, 0, True, 0x3800000F, 1, 0);

SET @parent_id = LAST_INSERT_ID();

Expand Down
2 changes: 1 addition & 1 deletion Database/3-Core/4 CraftTable/SQL/03835 Alchemy Stamp.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ INSERT INTO `recipe_mods_float` (`recipe_Mod_Id`, `index`, `stat`, `value`, `enu
VALUES (@parent_id, 1, 12, 0, 3, 1) /* On Source.SuccessSource CopyFromSourceToTarget Shade to Source */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3835, False, 0, 0, 0, True, 939524111, 1, 0);
VALUES (3835, False, 0, 0, 0, True, 0x3800000F, 1, 0);

SET @parent_id = LAST_INSERT_ID();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ INSERT INTO `recipe_mods_float` (`recipe_Mod_Id`, `index`, `stat`, `value`, `enu
VALUES (@parent_id, 1, 12, 0, 3, 1) /* On Source.SuccessSource CopyFromSourceToTarget Shade to Source */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3836, False, 0, 0, 0, True, 939524111, 1, 0);
VALUES (3836, False, 0, 0, 0, True, 0x3800000F, 1, 0);

SET @parent_id = LAST_INSERT_ID();

Expand Down
2 changes: 1 addition & 1 deletion Database/3-Core/4 CraftTable/SQL/03837 Cooking Stamp.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ INSERT INTO `recipe_mods_float` (`recipe_Mod_Id`, `index`, `stat`, `value`, `enu
VALUES (@parent_id, 1, 12, 0, 3, 1) /* On Source.SuccessSource CopyFromSourceToTarget Shade to Source */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3837, False, 0, 0, 0, True, 939524111, 1, 0);
VALUES (3837, False, 0, 0, 0, True, 0x3800000F, 1, 0);

SET @parent_id = LAST_INSERT_ID();

Expand Down
2 changes: 1 addition & 1 deletion Database/3-Core/4 CraftTable/SQL/03838 Fish Stamp.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ INSERT INTO `recipe_mods_float` (`recipe_Mod_Id`, `index`, `stat`, `value`, `enu
VALUES (@parent_id, 1, 12, 0, 3, 1) /* On Source.SuccessSource CopyFromSourceToTarget Shade to Source */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3838, False, 0, 0, 0, True, 939524111, 1, 0);
VALUES (3838, False, 0, 0, 0, True, 0x3800000F, 1, 0);

SET @parent_id = LAST_INSERT_ID();

Expand Down
2 changes: 1 addition & 1 deletion Database/3-Core/4 CraftTable/SQL/03839 Fletching Stamp.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ INSERT INTO `recipe_mods_float` (`recipe_Mod_Id`, `index`, `stat`, `value`, `enu
VALUES (@parent_id, 1, 12, 0, 3, 1) /* On Source.SuccessSource CopyFromSourceToTarget Shade to Source */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3839, False, 0, 0, 0, True, 939524111, 1, 0);
VALUES (3839, False, 0, 0, 0, True, 0x3800000F, 1, 0);

SET @parent_id = LAST_INSERT_ID();

Expand Down
2 changes: 1 addition & 1 deletion Database/3-Core/4 CraftTable/SQL/03840 Herald Stamp.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ INSERT INTO `recipe_mods_float` (`recipe_Mod_Id`, `index`, `stat`, `value`, `enu
VALUES (@parent_id, 1, 12, 0, 3, 1) /* On Source.SuccessSource CopyFromSourceToTarget Shade to Source */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3840, False, 0, 0, 0, True, 939524111, 1, 0);
VALUES (3840, False, 0, 0, 0, True, 0x3800000F, 1, 0);

SET @parent_id = LAST_INSERT_ID();

Expand Down
2 changes: 1 addition & 1 deletion Database/3-Core/4 CraftTable/SQL/03841 Moons Stamp.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ INSERT INTO `recipe_mods_float` (`recipe_Mod_Id`, `index`, `stat`, `value`, `enu
VALUES (@parent_id, 1, 12, 0, 3, 1) /* On Source.SuccessSource CopyFromSourceToTarget Shade to Source */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3841, False, 0, 0, 0, True, 939524111, 1, 0);
VALUES (3841, False, 0, 0, 0, True, 0x3800000F, 1, 0);

SET @parent_id = LAST_INSERT_ID();

Expand Down
2 changes: 1 addition & 1 deletion Database/3-Core/4 CraftTable/SQL/03842 Olthoi Stamp.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ INSERT INTO `recipe_mods_float` (`recipe_Mod_Id`, `index`, `stat`, `value`, `enu
VALUES (@parent_id, 1, 12, 0, 3, 1) /* On Source.SuccessSource CopyFromSourceToTarget Shade to Source */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3842, False, 0, 0, 0, True, 939524111, 1, 0);
VALUES (3842, False, 0, 0, 0, True, 0x3800000F, 1, 0);

SET @parent_id = LAST_INSERT_ID();

Expand Down
2 changes: 1 addition & 1 deletion Database/3-Core/4 CraftTable/SQL/03843 Virindi Stamp.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ INSERT INTO `recipe_mods_float` (`recipe_Mod_Id`, `index`, `stat`, `value`, `enu
VALUES (@parent_id, 1, 12, 0, 3, 1) /* On Source.SuccessSource CopyFromSourceToTarget Shade to Source */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3843, False, 0, 0, 0, True, 939524111, 1, 0);
VALUES (3843, False, 0, 0, 0, True, 0x3800000F, 1, 0);

SET @parent_id = LAST_INSERT_ID();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ VALUES (3846, 0, 105, 1, 2, 'The target item cannot be tinkered!') /* Target.Ite
, (3846, 1, 92, 100, 2, 'The material is not complete!') /* Source.Structure LessThan 100 */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3846, True, 0, 0, 0, False, 939524119, 0, 0);
VALUES (3846, True, 0, 0, 0, False, 0x38000017, 0, 0);

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3846, True, 0, 0, 0, False, 0, 0, 0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ VALUES (3847, 0, 105, 1, 2, 'The target item cannot be tinkered!') /* Target.Ite
, (3847, 1, 92, 100, 2, 'The material is not complete!') /* Source.Structure LessThan 100 */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3847, True, 0, 0, 0, False, 939524114, 0, 0);
VALUES (3847, True, 0, 0, 0, False, 0x38000012, 0, 0);

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3847, True, 0, 0, 0, False, 0, 0, 0);
Expand Down
2 changes: 1 addition & 1 deletion Database/3-Core/4 CraftTable/SQL/03848 Salvaged Brass.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ VALUES (3848, 0, 105, 1, 2, 'The target item cannot be tinkered!') /* Target.Ite
, (3848, 1, 92, 100, 2, 'The material is not complete!') /* Source.Structure LessThan 100 */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3848, True, 0, 0, 0, False, 939524128, 0, 0);
VALUES (3848, True, 0, 0, 0, False, 0x38000020, 0, 0);

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3848, True, 0, 0, 0, False, 0, 0, 0);
Expand Down
2 changes: 1 addition & 1 deletion Database/3-Core/4 CraftTable/SQL/03849 Salvaged Bronze.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ VALUES (3849, 0, 105, 1, 2, 'The target item cannot be tinkered!') /* Target.Ite
, (3849, 1, 92, 100, 2, 'The material is not complete!') /* Source.Structure LessThan 100 */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3849, True, 0, 0, 0, False, 939524120, 0, 0);
VALUES (3849, True, 0, 0, 0, False, 0x38000018, 0, 0);

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3849, True, 0, 0, 0, False, 0, 0, 0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ VALUES (3850, 0, 105, 1, 2, 'The target item cannot be tinkered!') /* Target.Ite
, (3850, 1, 92, 100, 2, 'The material is not complete!') /* Source.Structure LessThan 100 */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3850, True, 0, 0, 0, False, 939524118, 0, 0);
VALUES (3850, True, 0, 0, 0, False, 0x38000016, 0, 0);

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3850, True, 0, 0, 0, False, 0, 0, 0);
Expand Down
2 changes: 1 addition & 1 deletion Database/3-Core/4 CraftTable/SQL/03851 Salvaged Gold.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ VALUES (3851, 0, 105, 1, 2, 'The target item cannot be tinkered!') /* Target.Ite
, (3851, 1, 92, 100, 2, 'The material is not complete!') /* Source.Structure LessThan 100 */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3851, True, 0, 0, 0, False, 939524127, 0, 0);
VALUES (3851, True, 0, 0, 0, False, 0x3800001F, 0, 0);

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3851, True, 0, 0, 0, False, 0, 0, 0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ VALUES (3852, 0, 105, 1, 2, 'The target item cannot be tinkered!') /* Target.Ite
, (3852, 1, 92, 100, 2, 'The material is not complete!') /* Source.Structure LessThan 100 */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3852, True, 0, 0, 0, False, 939524124, 0, 0);
VALUES (3852, True, 0, 0, 0, False, 0x3800001C, 0, 0);

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3852, True, 0, 0, 0, False, 0, 0, 0);
Expand Down
2 changes: 1 addition & 1 deletion Database/3-Core/4 CraftTable/SQL/03853 Salvaged Iron.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ VALUES (3853, 0, 105, 1, 2, 'The target item cannot be tinkered!') /* Target.Ite
, (3853, 1, 92, 100, 2, 'The material is not complete!') /* Source.Structure LessThan 100 */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3853, True, 0, 0, 0, False, 939524122, 0, 0);
VALUES (3853, True, 0, 0, 0, False, 0x3800001A, 0, 0);

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3853, True, 0, 0, 0, False, 0, 0, 0);
Expand Down
2 changes: 1 addition & 1 deletion Database/3-Core/4 CraftTable/SQL/03854 Salvaged Linen.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ VALUES (3854, 0, 105, 1, 2, 'The target item cannot be tinkered!') /* Target.Ite
, (3854, 1, 92, 100, 2, 'The material is not complete!') /* Source.Structure LessThan 100 */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3854, True, 0, 0, 0, False, 939524121, 0, 0);
VALUES (3854, True, 0, 0, 0, False, 0x38000019, 0, 0);

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3854, True, 0, 0, 0, False, 0, 0, 0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ VALUES (3855, 0, 105, 1, 2, 'The target item cannot be tinkered!') /* Target.Ite
, (3855, 1, 92, 100, 2, 'The material is not complete!') /* Source.Structure LessThan 100 */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3855, True, 0, 0, 0, False, 939524123, 0, 0);
VALUES (3855, True, 0, 0, 0, False, 0x3800001B, 0, 0);

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3855, True, 0, 0, 0, False, 0, 0, 0);
Expand Down
2 changes: 1 addition & 1 deletion Database/3-Core/4 CraftTable/SQL/03856 Salvaged Marble.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ VALUES (3856, 0, 105, 1, 2, 'The target item cannot be tinkered!') /* Target.Ite
, (3856, 1, 92, 100, 2, 'The material is not complete!') /* Source.Structure LessThan 100 */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3856, True, 0, 0, 0, False, 939524115, 0, 0);
VALUES (3856, True, 0, 0, 0, False, 0x38000013, 0, 0);

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3856, True, 0, 0, 0, False, 0, 0, 0);
Expand Down
2 changes: 1 addition & 1 deletion Database/3-Core/4 CraftTable/SQL/03857 Salvaged Oak.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ VALUES (3857, 0, 105, 1, 2, 'The target item cannot be tinkered!') /* Target.Ite
, (3857, 1, 92, 100, 2, 'The material is not complete!') /* Source.Structure LessThan 100 */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3857, True, 0, 0, 0, False, 939524125, 0, 0);
VALUES (3857, True, 0, 0, 0, False, 0x3800001D, 0, 0);

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3857, True, 0, 0, 0, False, 0, 0, 0);
Expand Down
2 changes: 1 addition & 1 deletion Database/3-Core/4 CraftTable/SQL/03858 Salvaged Pine.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ VALUES (3858, 0, 105, 1, 2, 'The target item cannot be tinkered!') /* Target.Ite
, (3858, 1, 92, 100, 2, 'The material is not complete!') /* Source.Structure LessThan 100 */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3858, True, 0, 0, 0, False, 939524126, 0, 0);
VALUES (3858, True, 0, 0, 0, False, 0x3800001E, 0, 0);

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3858, True, 0, 0, 0, False, 0, 0, 0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ VALUES (3859, 0, 105, 1, 2, 'The target item cannot be tinkered!') /* Target.Ite
, (3859, 1, 92, 100, 2, 'The material is not complete!') /* Source.Structure LessThan 100 */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3859, True, 0, 0, 0, False, 939524117, 0, 0);
VALUES (3859, True, 0, 0, 0, False, 0x38000015, 0, 0);

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3859, True, 0, 0, 0, False, 0, 0, 0);
Expand Down
2 changes: 1 addition & 1 deletion Database/3-Core/4 CraftTable/SQL/03860 Salvaged Steel.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ VALUES (3860, 0, 105, 1, 2, 'The target item cannot be tinkered!') /* Target.Ite
, (3860, 1, 92, 100, 2, 'The material is not complete!') /* Source.Structure LessThan 100 */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3860, True, 0, 0, 0, False, 939524113, 0, 0);
VALUES (3860, True, 0, 0, 0, False, 0x38000011, 0, 0);

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3860, True, 0, 0, 0, False, 0, 0, 0);
Expand Down
2 changes: 1 addition & 1 deletion Database/3-Core/4 CraftTable/SQL/03861 Salvaged Velvet.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ VALUES (3861, 0, 105, 1, 2, 'The target item cannot be tinkered!') /* Target.Ite
, (3861, 1, 92, 100, 2, 'The material is not complete!') /* Source.Structure LessThan 100 */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3861, True, 0, 0, 0, False, 939524129, 0, 0);
VALUES (3861, True, 0, 0, 0, False, 0x38000021, 0, 0);

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3861, True, 0, 0, 0, False, 0, 0, 0);
Expand Down
2 changes: 1 addition & 1 deletion Database/3-Core/4 CraftTable/SQL/03862 Salvaged Wool.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ VALUES (3862, 0, 105, 1, 2, 'The target item cannot be tinkered!') /* Target.Ite
, (3862, 1, 92, 100, 2, 'The material is not complete!') /* Source.Structure LessThan 100 */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3862, True, 0, 0, 0, False, 939524116, 0, 0);
VALUES (3862, True, 0, 0, 0, False, 0x38000014, 0, 0);

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3862, True, 0, 0, 0, False, 0, 0, 0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VALUES (3863, 0, 105, 1, 2, 'The target item cannot be tinkered!') /* Target.Ite
, (3863, 1, 92, 100, 2, 'The material is not complete!') /* Source.Structure LessThan 100 */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3863, True, 0, 0, 0, False, 939524131, 0, 0);
VALUES (3863, True, 0, 0, 0, False, 0x38000023, 0, 0);

SET @parent_id = LAST_INSERT_ID();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VALUES (3864, 0, 105, 1, 2, 'The target item cannot be tinkered!') /* Target.Ite
, (3864, 1, 92, 100, 2, 'The material is not complete!') /* Source.Structure LessThan 100 */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3864, True, 0, 0, 0, False, 939524132, 0, 0);
VALUES (3864, True, 0, 0, 0, False, 0x38000024, 0, 0);

SET @parent_id = LAST_INSERT_ID();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VALUES (3865, 0, 105, 1, 2, 'The target item cannot be tinkered!') /* Target.Ite
, (3865, 1, 92, 100, 2, 'The material is not complete!') /* Source.Structure LessThan 100 */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3865, True, 0, 0, 0, False, 939524133, 0, 0);
VALUES (3865, True, 0, 0, 0, False, 0x38000025, 0, 0);

SET @parent_id = LAST_INSERT_ID();

Expand Down
2 changes: 1 addition & 1 deletion Database/3-Core/4 CraftTable/SQL/03912 Chess Stamp.sql
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ INSERT INTO `recipe_mods_float` (`recipe_Mod_Id`, `index`, `stat`, `value`, `enu
VALUES (@parent_id, 1, 12, 0, 3, 1) /* On Source.SuccessSource CopyFromSourceToTarget Shade to Source */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3912, False, 0, 0, 0, True, 939524111, 1, 0);
VALUES (3912, False, 0, 0, 0, True, 0x3800000F, 1, 0);

SET @parent_id = LAST_INSERT_ID();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ INSERT INTO `recipe_mods_float` (`recipe_Mod_Id`, `index`, `stat`, `value`, `enu
VALUES (@parent_id, 1, 12, 0, 3, 1) /* On Source.SuccessSource CopyFromSourceToTarget Shade to Source */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3913, False, 0, 0, 0, True, 939524111, 1, 0);
VALUES (3913, False, 0, 0, 0, True, 0x3800000F, 1, 0);

SET @parent_id = LAST_INSERT_ID();

Expand Down
2 changes: 1 addition & 1 deletion Database/3-Core/4 CraftTable/SQL/03914 Skull Stamp.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ INSERT INTO `recipe_mods_float` (`recipe_Mod_Id`, `index`, `stat`, `value`, `enu
VALUES (@parent_id, 1, 12, 0, 3, 1) /* On Source.SuccessSource CopyFromSourceToTarget Shade to Source */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3914, False, 0, 0, 0, True, 939524111, 1, 0);
VALUES (3914, False, 0, 0, 0, True, 0x3800000F, 1, 0);

SET @parent_id = LAST_INSERT_ID();

Expand Down
2 changes: 1 addition & 1 deletion Database/3-Core/4 CraftTable/SQL/03915 Wi Stamp.sql
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ INSERT INTO `recipe_mods_float` (`recipe_Mod_Id`, `index`, `stat`, `value`, `enu
VALUES (@parent_id, 1, 12, 0, 3, 1) /* On Source.SuccessSource CopyFromSourceToTarget Shade to Source */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3915, False, 0, 0, 0, True, 939524111, 1, 0);
VALUES (3915, False, 0, 0, 0, True, 0x3800000F, 1, 0);

SET @parent_id = LAST_INSERT_ID();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VALUES (3978, 0, 105, 1, 2, 'The target item cannot be tinkered!') /* Target.Ite
, (3978, 1, 92, 100, 2, 'The material is not complete!') /* Source.Structure LessThan 100 */;

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3978, True, 0, 0, 0, False, 939524143, 0, 0);
VALUES (3978, True, 0, 0, 0, False, 0x3800002F, 0, 0);

INSERT INTO `recipe_mod` (`recipe_Id`, `executes_On_Success`, `health`, `stamina`, `mana`, `unknown_7`, `data_Id`, `unknown_9`, `instance_Id`)
VALUES (3978, True, 0, 0, 0, False, 0, 0, 0);
Expand Down
Loading

0 comments on commit f95c4d6

Please sign in to comment.