From 0e6553e2ec8ae0a5e8821892262c5f5ed0610532 Mon Sep 17 00:00:00 2001 From: Mobpsycho Date: Thu, 23 Jul 2026 17:50:30 -0400 Subject: [PATCH] [sql] Greater Pugils should aggro and not link Pool 1807 (Greater_Pugil), used in Gusgen Mines, Korroloka Tunnel and Qufim Island, had aggro=0 and links=1. Retail behaviour is "Aggro, No Link", and the fished Greater Pugil pools already carry aggro=1, links=0. Species 38 already detects by sound, so with aggro enabled they aggro to sound as on retail. Set pool 1807 to aggro=1, links=0. --- sql/mob_pools.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/mob_pools.sql b/sql/mob_pools.sql index da2ee289745..cd47eb4dd51 100644 --- a/sql/mob_pools.sql +++ b/sql/mob_pools.sql @@ -1862,7 +1862,7 @@ INSERT INTO `mob_pools` VALUES (1803,'Greater_Gayla','Greater_Gayla',173,0x00000 INSERT INTO `mob_pools` VALUES (1804,'Greater_Gaylas','Greater_Gaylas',181,0x0000040100000000000000000000000000000000,1,1,11,240,100,0,0,0,1,0,0,64,141,643,8,0,0,0,0,47,47,1,16); INSERT INTO `mob_pools` VALUES (1805,'Greater_Gnole','Greater_Gnole',96,0x0000F10700000000000000000000000000000000,2,2,1,480,100,0,1,0,1,2,0,0,0,129,4,0,0,0,0,132,132,NULL,NULL); INSERT INTO `mob_pools` VALUES (1806,'Greater_Manticore','Greater_Manticore',98,0x0000920100000000000000000000000000000000,1,1,7,360,100,0,1,0,1,0,0,0,26,643,0,0,0,0,0,179,179,1,32); -INSERT INTO `mob_pools` VALUES (1807,'Greater_Pugil','Greater_Pugil',38,0x00005C0100000000000000000000000000000000,1,1,7,240,100,0,0,0,1,0,0,0,0,131,0,0,0,0,0,197,197,1,27); +INSERT INTO `mob_pools` VALUES (1807,'Greater_Pugil','Greater_Pugil',38,0x00005C0100000000000000000000000000000000,1,1,7,240,100,0,1,0,0,0,0,0,0,131,0,0,0,0,0,197,197,1,27); INSERT INTO `mob_pools` VALUES (1808,'Greater_Quadav','Greater_Quadav',150,0x0000870200000000000000000000000000000000,8,8,2,265,100,0,1,0,1,0,0,0,297,131,0,0,5,0,0,202,202,1,15); INSERT INTO `mob_pools` VALUES (1809,'Great_Ameretat','Great_Ameretat',353,0x00007E0100000000000000000000000000000000,1,1,7,200,100,0,1,0,0,0,0,0,555,645,12,0,0,0,0,2044,186,2,36); INSERT INTO `mob_pools` VALUES (1810,'Great_Wasp','Great_Wasp',428,0x0000100100000000000000000000000000000000,1,1,11,240,100,0,0,0,1,0,0,0,0,643,8,0,0,0,0,48,48,1,10);