fix(DB/Creature): Dustbelcher NPC Movement (#16499)

fix(DB/Creature): Dustbelcher NPC MovementType
This commit is contained in:
whiskeytangofoxy
2023-06-23 18:19:01 -05:00
committed by GitHub
parent b9a8c343eb
commit 7c5bcecf58

View File

@@ -0,0 +1,6 @@
UPDATE `creature` SET `MovementType` = 2 WHERE `guid` IN (6974,6989,7210) AND `id1` IN (2718,2717,2907);
DELETE FROM `creature_addon` WHERE (`guid` IN (6974,6989,7210));
INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes2`) VALUES
(6974, 69740, 1),
(6989, 69890, 1),
(7210, 72100, 1);