mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user