Skip to content

Commit

Permalink
Merge pull request #5624 from Wings-XI/grauberg_chigoe
Browse files Browse the repository at this point in the history
[sql] Correct grauberg chigoe levels
  • Loading branch information
claywar authored May 8, 2024
2 parents 52a09f8 + d8671ed commit a3cf000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sql/mob_droplist.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4188,7 +4188,7 @@ INSERT INTO `mob_droplist` VALUES (465,0,0,1000,3155,@UNCOMMON); -- Raiders Seal
-- ZoneID: 89 - Chigoe
-- ZoneID: 91 - Chigoe
INSERT INTO `mob_droplist` VALUES (466,0,0,1000,2229,@UNCOMMON); -- Vial Of Chimera Blood (Uncommon, 10%)
INSERT INTO `mob_droplist` VALUES (466,0,0,1000,2365,20); -- Vial Of Demon Blood (2.0%)
INSERT INTO `mob_droplist` VALUES (466,0,0,1000,2365,@VRARE); -- Vial Of Demon Blood (Very Rare, 1%)

-- ZoneID: 68 - Chigre
INSERT INTO `mob_droplist` VALUES (467,0,0,1000,2638,@ALWAYS); -- Chigre (Always, 100%)
Expand Down
2 changes: 1 addition & 1 deletion sql/mob_groups.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5459,7 +5459,7 @@ INSERT INTO `mob_groups` VALUES (15,1646,89,'Goblin_Corpsman',330,0,1024,0,0,62,
INSERT INTO `mob_groups` VALUES (16,5340,89,'Feyweald_Sapling',330,0,2620,0,0,92,94,0);
INSERT INTO `mob_groups` VALUES (17,1638,89,'Goblin_Blastmaster',330,0,1024,0,0,62,64,0);
INSERT INTO `mob_groups` VALUES (18,3912,89,'Thunder_Elemental',330,4,2410,0,0,75,75,0);
INSERT INTO `mob_groups` VALUES (19,6312,89,'Chigoe',330,0,466,0,0,62,65,0);
INSERT INTO `mob_groups` VALUES (19,6312,89,'Chigoe',330,0,466,0,0,43,46,0);
INSERT INTO `mob_groups` VALUES (20,4883,89,'Sarcopsylla',7200,0,3085,8000,5000,70,72,0);
INSERT INTO `mob_groups` VALUES (21,0,89,'Vasiliceratops',0,32,0,0,0,0,0,0);
INSERT INTO `mob_groups` VALUES (22,6473,89,'Vampire_Bat',330,2,80,0,0,40,45,0);
Expand Down

0 comments on commit a3cf000

Please sign in to comment.