diff --git a/data/sql/updates/pending_db_world/rev_1641574598839293356.sql b/data/sql/updates/pending_db_world/rev_1641574598839293356.sql new file mode 100644 index 000000000..91a96f483 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1641574598839293356.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1641574598839293356'); + +-- remove ctm for creatures dalaran visitor (two fo them) by default they are just walkers but smart ai set them as runnings +-- this corrects the issue of them flying when they land in dalaran +DELETE FROM `creature_template_movement` WHERE `CreatureID` IN (32596, 32597);