mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 07:36:23 +00:00
fix(DB/Creature): Dustbelcher NPC Movement (#16499)
fix(DB/Creature): Dustbelcher NPC MovementType
This commit is contained in:
6
data/sql/updates/pending_db_world/dustbelchernpcfix.sql
Normal file
6
data/sql/updates/pending_db_world/dustbelchernpcfix.sql
Normal 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);
|
||||
Reference in New Issue
Block a user