Skip to content

Commit

Permalink
DB/Creature: Add missing movement flags to Warsong Cannon
Browse files Browse the repository at this point in the history
closes TrinityCore#30016 by CraftedRO
  • Loading branch information
Aokromes authored Jun 1, 2024
1 parent 4a30ca0 commit 96f0543
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/updates/world/3.3.5/2024_06_01_00_world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- Add missing movement flags to Warsong Cannon
DELETE FROM `creature_template_movement` WHERE `CreatureId`=31243;
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
(31243, 0, 0, 0, 1, 0, 0, NULL);

0 comments on commit 96f0543

Please sign in to comment.