mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
fix (DB/NPC): Dalaran Visitor CTM fix (#10058)
* fix (DB/NPC): Dalaran CTM fix Fixes the air swimmers when they land. * Update rev_1641574598839293356.sql * and replace of in * Update data/sql/updates/pending_db_world/rev_1641574598839293356.sql Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user