mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
DB/Creature: Blockade Cannon and blockade pirate
Closes #22489
By illfated and ZenoX92
(cherry picked from commit e21a1a6825)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- set Rooted state for Blockade Cannon
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId`=23771;
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES
|
||||
(23771, 1, 1, 0, 1);
|
||||
|
||||
UPDATE `creature_template` SET `flags_extra`=64 WHERE `entry` IN (23755, 23767, 23771);
|
||||
Reference in New Issue
Block a user