Skip to content

Commit

Permalink
DB/Creatures: Drop unused movement data
Browse files Browse the repository at this point in the history
  • Loading branch information
meji46 committed Mar 27, 2024
1 parent 3926302 commit 78635f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/updates/world/master/2024_03_28_00_world.sql
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 78635f6

Please sign in to comment.