Skip to content

Commit

Permalink
Merge pull request LandSandBoat#5090 from CatsAndBoats/ferroalloy_drops
Browse files Browse the repository at this point in the history
Create droplist for Ferroalloy Quadav
  • Loading branch information
claywar authored Feb 6, 2024
2 parents 91d059d + b406808 commit 3390ef1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions sql/mob_droplist.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26780,6 +26780,10 @@ INSERT INTO `mob_droplist` VALUES (3290,0,0,1000,16242,@VCOMMON); -- Dark Ixion:
INSERT INTO `mob_droplist` VALUES (3290,0,0,1000,2654,@ALWAYS); -- Dark Ixion: Horn
INSERT INTO `mob_droplist` VALUES (3290,0,0,1000,2655,@ALWAYS); -- Dark Ixion: Tail

-- ZoneID: 92 - Ferroalloy Quadav
INSERT INTO `mob_droplist` VALUES (3292,0,0,1000,2504,@COMMON); -- Heavy Quadav Chestplate (Common, 15%)
INSERT INTO `mob_droplist` VALUES (3292,0,0,1000,2505,@UNCOMMON); -- Heavy Quadav Backplate (Uncommon, 10%)

/*!40000 ALTER TABLE `mob_droplist` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
Expand Down
2 changes: 1 addition & 1 deletion sql/mob_groups.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5963,7 +5963,7 @@ INSERT INTO `mob_groups` VALUES (14,703,92,'Chatoyant_Quadav',960,0,459,0,0,80,8
INSERT INTO `mob_groups` VALUES (15,2644,92,'Meteor_Quadav',960,0,1665,0,0,80,83,0);
INSERT INTO `mob_groups` VALUES (16,6234,92,'Platinum_Quadav',960,0,2005,0,0,80,83,0);
INSERT INTO `mob_groups` VALUES (17,6248,92,'Steel_Quadav',960,0,2331,0,0,80,83,0);
INSERT INTO `mob_groups` VALUES (18,1325,92,'Ferroalloy_Quadav',960,0,826,0,0,80,83,0);
INSERT INTO `mob_groups` VALUES (18,1325,92,'Ferroalloy_Quadav',960,0,3292,0,0,80,83,0);
INSERT INTO `mob_groups` VALUES (19,324,92,'Baetyl_Quadav',960,0,212,0,0,80,83,0);
INSERT INTO `mob_groups` VALUES (20,377,92,'BaTho_Mercifulheart',0,32,3030,0,0,80,81,0);
INSERT INTO `mob_groups` VALUES (21,928,92,'DaDha_Hundredmask',0,32,3031,0,0,80,81,0);
Expand Down

0 comments on commit 3390ef1

Please sign in to comment.