Skip to content

Commit

Permalink
Added an additional wave & fixed weapons for creatures.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnchyDev committed Nov 3, 2023
1 parent 881dffd commit 392089d
Showing 1 changed file with 50 additions and 15 deletions.
65 changes: 50 additions & 15 deletions data/sql/db-world/base/tos_world_base.sql
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,30 @@ CREATE TABLE IF NOT EXISTS `tos_wave_groups` (
`note` varchar(50) COLLATE utf8mb4_general_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- Wave 1
DELETE FROM `tos_wave_groups` WHERE `id`=1 AND `group`=1 AND `sub_group`=1 AND `creature`=441501 AND `note`='Wave 1/1 - Runt';
INSERT INTO `tos_wave_groups` (`id`, `group`, `sub_group`, `creature`, `note`) VALUES (1, 1, 1, 441501, 'Wave 1/1 - Runt');
DELETE FROM `tos_wave_groups` WHERE `id`=2 AND `group`=1 AND `sub_group`=1 AND `creature`=441500 AND `note`='Wave 1/1 - Outrunner';
INSERT INTO `tos_wave_groups` (`id`, `group`, `sub_group`, `creature`, `note`) VALUES (2, 1, 1, 441500, 'Wave 1/1 - Outrunner');
DELETE FROM `tos_wave_groups` WHERE `id`=3 AND `group`=1 AND `sub_group`=2 AND `creature`=441501 AND `note`='Wave 1/2 - Runt';
INSERT INTO `tos_wave_groups` (`id`, `group`, `sub_group`, `creature`, `note`) VALUES (3, 1, 2, 441501, 'Wave 1/2 - Runt');
DELETE FROM `tos_wave_groups` WHERE `id`=4 AND `group`=1 AND `sub_group`=2 AND `creature`=441500 AND `note`='Wave 1/2 - Outrunner';
INSERT INTO `tos_wave_groups` (`id`, `group`, `sub_group`, `creature`, `note`) VALUES (4, 1, 2, 441500, 'Wave 1/2 - Outrunner');
DELETE FROM `tos_wave_groups` WHERE `id`=6 AND `group`=1 AND `sub_group`=2 AND `creature`=441500 AND `note`='Wave 1/2 - Outrunner';
INSERT INTO `tos_wave_groups` (`id`, `group`, `sub_group`, `creature`, `note`) VALUES (6, 1, 2, 441500, 'Wave 1/2 - Outrunner');
DELETE FROM `tos_wave_groups` WHERE `id`=5 AND `group`=1 AND `sub_group`=3 AND `creature`=441502 AND `note`='Wave 1/3 - Hogger';
INSERT INTO `tos_wave_groups` (`id`, `group`, `sub_group`, `creature`, `note`) VALUES (5, 1, 3, 441502, 'Wave 1/3 - Hogger');
DELETE FROM `tos_wave_groups` WHERE `id`=1;
INSERT INTO `tos_wave_groups` (`group`, `sub_group`, `creature`, `note`) VALUES (1, 1, 441501, 'Wave 1/1 - Runt');
DELETE FROM `tos_wave_groups` WHERE `id`=2;
INSERT INTO `tos_wave_groups` (`group`, `sub_group`, `creature`, `note`) VALUES (1, 1, 441500, 'Wave 1/1 - Outrunner');
DELETE FROM `tos_wave_groups` WHERE `id`=3;
INSERT INTO `tos_wave_groups` (`group`, `sub_group`, `creature`, `note`) VALUES (1, 2, 441501, 'Wave 1/2 - Runt');
DELETE FROM `tos_wave_groups` WHERE `id`=4;
INSERT INTO `tos_wave_groups` (`group`, `sub_group`, `creature`, `note`) VALUES (1, 2, 441500, 'Wave 1/2 - Outrunner');
DELETE FROM `tos_wave_groups` WHERE `id`=5;
INSERT INTO `tos_wave_groups` (`group`, `sub_group`, `creature`, `note`) VALUES (1, 3, 441502, 'Wave 1/3 - Hogger');
DELETE FROM `tos_wave_groups` WHERE `id`=6;
INSERT INTO `tos_wave_groups` (`group`, `sub_group`, `creature`, `note`) VALUES (1, 2, 441500, 'Wave 1/2 - Outrunner');
DELETE FROM `tos_wave_groups` WHERE `id`=7;
INSERT INTO `tos_wave_groups` (`group`, `sub_group`, `creature`, `note`) VALUES (2, 1, 441503, 'Wave 2/1 - Trapper');
DELETE FROM `tos_wave_groups` WHERE `id`=8;
INSERT INTO `tos_wave_groups` (`group`, `sub_group`, `creature`, `note`) VALUES (2, 1, 441504, 'Wave 2/1 - Smuggler');
DELETE FROM `tos_wave_groups` WHERE `id`=9;
INSERT INTO `tos_wave_groups` (`group`, `sub_group`, `creature`, `note`) VALUES (2, 2, 441505, 'Wave 2/2 - Pillager');
DELETE FROM `tos_wave_groups` WHERE `id`=10;
INSERT INTO `tos_wave_groups` (`group`, `sub_group`, `creature`, `note`) VALUES (2, 2, 441505, 'Wave 2/2 - Pillager');
DELETE FROM `tos_wave_groups` WHERE `id`=11;
INSERT INTO `tos_wave_groups` (`group`, `sub_group`, `creature`, `note`) VALUES (2, 2, 441503, 'Wave 2/2 - Trapper');
DELETE FROM `tos_wave_groups` WHERE `id`=12;
INSERT INTO `tos_wave_groups` (`group`, `sub_group`, `creature`, `note`) VALUES (2, 3, 441506, 'Wave 2/3 - Edwin Vancleef');



Expand Down Expand Up @@ -259,10 +270,34 @@ INSERT INTO `creature` (`id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMa
INSERT INTO `creature` (`id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES (441250, 0, 0, 44, 0, 0, 1, 1, 0, 249.918, -100.064, 18.6794, 0.0307553, 300, 0, 0, 5342, 0, 0, 0, 0, 0, '', NULL, 0, NULL);
INSERT INTO `creature` (`id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES (24780, 0, 0, 44, 0, 0, 1, 1, 0, 185.805, -131.234, 18.043, 3.68755, 300, 0, 0, 12150, 0, 0, 0, 0, 0, '', NULL, 0, NULL);

-- Wave 1

DELETE FROM `creature_template` WHERE `entry`=441506;
INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `scale`, `rank`, `dmgschool`, `DamageModifier`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `spell_school_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES (441506, 0, 0, 0, 0, 0, 2029, 0, 0, 0, 'Edwin VanCleef', 'Defias Kingpin', NULL, 0, 80, 80, 0, 17, 0, 1, 1.14286, 1, 1, 20, 1, 1, 0, 2, 2000, 2000, 1, 1, 1, 64, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 3, 1, 1, 2, 0, 0, 1, 0, 0, 0, '', -1);
DELETE FROM `creature_template` WHERE `entry`=441505;
INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `scale`, `rank`, `dmgschool`, `DamageModifier`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `spell_school_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES (441505, 0, 0, 0, 0, 0, 2338, 2339, 0, 0, 'Defias Pillager', '', NULL, 0, 80, 80, 0, 17, 0, 1, 1.14286, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 8, 32768, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 1, 1, 2, 1, 1, 1, 0, 0, 1, 0, 0, 0, 'ToSEnemyCombatantSpellAlphaScript', -1);
DELETE FROM `creature_template` WHERE `entry`=441504;
INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `scale`, `rank`, `dmgschool`, `DamageModifier`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `spell_school_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES (441504, 0, 0, 0, 0, 0, 4418, 4419, 0, 0, 'Defias Smuggler', '', NULL, 0, 80, 80, 0, 17, 0, 1, 1.14286, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 32768, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', -1);
DELETE FROM `creature_template` WHERE `entry`=441503;
INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `scale`, `rank`, `dmgschool`, `DamageModifier`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `spell_school_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES (441503, 0, 0, 0, 0, 0, 2331, 2332, 0, 0, 'Defias Trapper', '', NULL, 0, 80, 80, 0, 17, 0, 1, 1.14286, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 32768, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', -1);
DELETE FROM `creature_template` WHERE `entry`=441502;
INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `scale`, `rank`, `dmgschool`, `DamageModifier`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `spell_school_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES (441502, 0, 0, 0, 0, 0, 384, 0, 0, 0, 'Hogger', NULL, NULL, 0, 80, 80, 0, 20, 0, 1.2, 1.14286, 1, 1, 20, 1, 1, 0, 1.7, 2000, 2000, 1, 1, 1, 64, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 1, 1, 3, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', -1);
INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `scale`, `rank`, `dmgschool`, `DamageModifier`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `spell_school_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES (441502, 0, 0, 0, 0, 0, 384, 0, 0, 0, 'Hogger', NULL, NULL, 0, 80, 80, 0, 20, 0, 1.2, 1.14286, 1, 1, 20, 1, 1, 0, 2, 2000, 2000, 1, 1, 1, 64, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 1, 1, 3, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', -1);
DELETE FROM `creature_template` WHERE `entry`=441501;
INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `scale`, `rank`, `dmgschool`, `DamageModifier`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `spell_school_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES (441501, 0, 0, 0, 0, 0, 10791, 0, 0, 0, 'Riverpaw Runt', NULL, NULL, 0, 80, 80, 0, 20, 0, 1, 0.85714, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 1, 1, 1, 1, 1, 1, 0, 100, 1, 0, 0, 0, '', -1);
DELETE FROM `creature_template` WHERE `entry`=441500;
INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `scale`, `rank`, `dmgschool`, `DamageModifier`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `spell_school_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES (441500, 0, 0, 0, 0, 0, 512, 0, 0, 0, 'Riverpaw Outrunner', NULL, NULL, 0, 80, 80, 0, 20, 0, 1.2, 0.85714, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 1, 1, 1, 1, 1, 1, 0, 100, 1, 0, 0, 0, '', -1);


DELETE FROM `creature_equip_template` WHERE `CreatureID`=441506 AND `ID`=1;
INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`, `ItemID3`, `VerifiedBuild`) VALUES (441506, 1, 2179, 2147, 0, 18019);
DELETE FROM `creature_equip_template` WHERE `CreatureID`=441505 AND `ID`=1;
INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`, `ItemID3`, `VerifiedBuild`) VALUES (441505, 1, 1907, 0, 0, 18019);
DELETE FROM `creature_equip_template` WHERE `CreatureID`=441504 AND `ID`=1;
INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`, `ItemID3`, `VerifiedBuild`) VALUES (441504, 1, 5281, 0, 6886, 18019);
DELETE FROM `creature_equip_template` WHERE `CreatureID`=441503 AND `ID`=1;
INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`, `ItemID3`, `VerifiedBuild`) VALUES (441503, 1, 5278, 0, 0, 18019);
DELETE FROM `creature_equip_template` WHERE `CreatureID`=441502 AND `ID`=1;
INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`, `ItemID3`, `VerifiedBuild`) VALUES (441502, 1, 1905, 0, 0, 18019);
DELETE FROM `creature_equip_template` WHERE `CreatureID`=441501 AND `ID`=1;
INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`, `ItemID3`, `VerifiedBuild`) VALUES (441501, 1, 1895, 0, 0, 18019);
DELETE FROM `creature_equip_template` WHERE `CreatureID`=441500 AND `ID`=1;
INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `ItemID2`, `ItemID3`, `VerifiedBuild`) VALUES (441500, 1, 1905, 0, 0, 18019);

0 comments on commit 392089d

Please sign in to comment.