fix(DB/Creature): Dustbelcher NPC MovementType issue (#17663)

Create dustbelchernpcfix-2.0.sql

Based on Pull requests:
'fix(DB/Creature): Dustbelcher NPC MovementType #16499'
There is still a small omission:
Dustbelcher Wyrmhunter,id1=2716
id1=2907,it's Dustbelcher Mystic
Dustbelcher Wyrmhunter with two ‘guid’: 6973 6975
This commit is contained in:
ArthurXL2G
2023-11-12 22:26:51 +08:00
committed by GitHub
parent 3a31411b95
commit ec8f681bd6

View File

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