mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
fix(DB/creaure_template): Wretched Captive orientation (#6759)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1625511611223853500');
|
||||
|
||||
-- It was set to waypoint movement
|
||||
UPDATE `creature_template` SET `MovementType` = 0 WHERE (`entry` = 16916);
|
||||
|
||||
-- It was set to random movement
|
||||
UPDATE `creature` SET `MovementType` = 0 WHERE (`id` = 16916) AND (`guid` IN (58691));
|
||||
Reference in New Issue
Block a user