mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
DB/Creature: set MovementType in Creature, not _template
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- malcroms request
|
||||
UPDATE `creature_template` SET `MovementType`=0 WHERE `entry`=32630;
|
||||
UPDATE `creature` SET `MovementType`=2 WHERE `id`=32630;
|
||||
Reference in New Issue
Block a user