Skip to content

Commit

Permalink
[WDB][4862][ACID] Bellygrub 345
Browse files Browse the repository at this point in the history
corrected

Closes:
cmangos/wotlk-db#664

(cherry picked from commit cmangos/wotlk-db@674308e
  • Loading branch information
Grz3s authored and AnonXS committed Jul 29, 2023
1 parent 71ef19a commit c860bb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ACID/acid_tbc.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions Updates/0145_WDB-4862_c.345.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- Bellygrub 345
UPDATE creature SET spawndist = 15, MovementType = 1 WHERE id = 345;

0 comments on commit c860bb6

Please # to comment.