mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
7
sql/updates/world/3.3.5/2018_09_01_01_world.sql
Normal file
7
sql/updates/world/3.3.5/2018_09_01_01_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
--
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (36853, 38265, 38266, 38267);
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES
|
||||
(36853, 1, 0, 2, 0),
|
||||
(38265, 1, 0, 2, 0),
|
||||
(38266, 1, 0, 2, 0),
|
||||
(38267, 1, 0, 2, 0);
|
||||
Reference in New Issue
Block a user