diff --git a/ACID/acid_tbc.sql b/ACID/acid_tbc.sql index e9d5751ca..55565ae11 100644 --- a/ACID/acid_tbc.sql +++ b/ACID/acid_tbc.sql @@ -4416,9 +4416,9 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers ('33503','335','9','0','100','1025','0','40','3500','5200','0','0','11','13375','1','256','0','0','0','0','0','0','0','0','Singe - Cast Fireball'), -- Chef Breanna 343 ('34301','343','1','0','100','1','60000','120000','1203000','1203000','0','0','54','49','0','0','0','0','0','0','0','0','0','0','Chef Breanna - Say OOC'), --- Bellygrub (2.4.3 Official Data) -('34501','345','0','0','100','1025','3200','11900','11500','16100','0','0','11','5568','0','0','0','0','0','0','0','0','0','0','Bellygrub - Cast Trample'), -('34502','345','4','0','100','0','0','0','0','0','0','0','11','6268','0','0','0','0','0','0','0','0','0','0','Bellygrub - Cast Rushing Charge on Aggro'), +-- Bellygrub 345 +('34501','345','9','0','100','1025','10','60','7000','9000','0','0','11','6268','0','0','0','0','0','0','0','0','0','0','Bellygrub - Cast Rushing Charge'), +('34502','345','0','0','100','1025','3200','11900','11500','16100','0','0','11','5568','0','0','0','0','0','0','0','0','0','0','Bellygrub - Cast Trample'), -- Barkeep Daniels 346 ('34601','346','1','0','100','1','1000','15000','150000','180000','0','0','1','47','48','0','0','0','0','0','0','0','0','0','Barkeep Daniels - Say OOC'), -- Zem Leeward 348 diff --git a/Updates/0145_WDB-4862_c.345.sql b/Updates/0145_WDB-4862_c.345.sql new file mode 100644 index 000000000..5feddcd6b --- /dev/null +++ b/Updates/0145_WDB-4862_c.345.sql @@ -0,0 +1,3 @@ +-- Bellygrub 345 +UPDATE creature SET spawndist = 15, MovementType = 1 WHERE id = 345; +