mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
DB/Creatures: Drop unused movement data
(cherry picked from commit 78635f640e)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
UPDATE `creature_template_movement` SET `InteractionPauseTimer`=NULL WHERE `InteractionPauseTimer`=0;
|
||||
UPDATE `creature_template_movement` SET `Chase`=0 WHERE `Chase` IS NULL;
|
||||
UPDATE `creature_template_movement` SET `Random`=0 WHERE `Random` IS NULL;
|
||||
DELETE FROM `creature_template_movement` WHERE `HoverInitiallyEnabled` IS NULL AND `Chase`=0 AND `Random`=0 AND `InteractionPauseTimer` IS NULL;
|
||||
Reference in New Issue
Block a user