From 80a015d6cbaf13ed11fccdc041e1a6ff57450428 Mon Sep 17 00:00:00 2001 From: ThrisStraizo <45871917+ThrisStraizo@users.noreply.github.com> Date: Fri, 15 May 2026 16:08:56 -0700 Subject: [PATCH] Add missing steal to Antican Praetor and Legatus This PR adds the missing stealable item Gold Beastcoin to Antican Praetor and Antican Legatus. --- sql/mob_droplist.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sql/mob_droplist.sql b/sql/mob_droplist.sql index a310db96bd2..68127826037 100644 --- a/sql/mob_droplist.sql +++ b/sql/mob_droplist.sql @@ -1109,6 +1109,7 @@ INSERT INTO `mob_droplist` VALUES (127,0,0,1000,17662,@RARE); -- Company Swor INSERT INTO `mob_droplist` VALUES (127,0,0,1000,1432,@UNCOMMON); -- Paladins Testimony (Uncommon, 10%) INSERT INTO `mob_droplist` VALUES (127,0,0,1000,645,@ALWAYS); -- Chunk Of Darksteel Ore (Always, 100%) INSERT INTO `mob_droplist` VALUES (127,0,0,1000,1118,@COMMON); -- Antican Pauldron (Common, 15%) +INSERT INTO `mob_droplist` VALUES (127,2,0,1000,748,0); -- Gold Beastcoin (Steal) -- ZoneID: 208 - Antican Magister INSERT INTO `mob_droplist` VALUES (128,0,0,1000,16686,@UNCOMMON); -- Arcanabane (Uncommon, 10%) @@ -1127,6 +1128,7 @@ INSERT INTO `mob_droplist` VALUES (130,0,0,1000,645,@VCOMMON); -- Chunk Of Dar INSERT INTO `mob_droplist` VALUES (130,0,0,1000,1429,@VCOMMON); -- Black Mages Testimony (Very Common, 24%) INSERT INTO `mob_droplist` VALUES (130,0,0,1000,4770,@UNCOMMON); -- Scroll Of Stone Iv (Uncommon, 10%) INSERT INTO `mob_droplist` VALUES (130,0,0,1000,4799,@UNCOMMON); -- Scroll Of Stonega Iii (Uncommon, 10%) +INSERT INTO `mob_droplist` VALUES (130,2,0,1000,748,0); -- Gold Beastcoin (Steal) -- ZoneID: 208 - Antican Princeps INSERT INTO `mob_droplist` VALUES (131,0,0,1000,16995,@COMMON); -- Piece Of Rotten Meat (Common, 15%)