Skip to content

Commit

Permalink
Update 20230623143144_world.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
NickTyrer authored Aug 2, 2023
1 parent 89d01dc commit 21d79a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/migrations/20230623143144_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ UPDATE `creature_template` SET `npc_flags` = 0 WHERE `entry`=3469;

-- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-- Update Some Creature Group Angles
UPDATE `creature_groups` SET `angle` = 3.12 WHERE `member_guid` IN (42898, 60006, 287);
UPDATE `creature_groups` SET `angle` = 3.12 WHERE `member_guid` IN (42898, 60006, 287, 153);
UPDATE `creature_groups` SET `angle` = 3.12 WHERE `member_guid` = 3477;
UPDATE `creature_groups` SET `angle` = 3.23 WHERE `member_guid` = 3560;

Expand Down

0 comments on commit 21d79a7

Please sign in to comment.