mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
fix(DB/Creature): Shen'Dralar wisp movement (#10405)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1643393372625004300');
|
||||
|
||||
DELETE FROM `creature` WHERE `guid` = 247519;
|
||||
UPDATE `creature` SET `MovementType` = 1, `wander_distance` = 20 WHERE `id1` = 14361;
|
||||
Reference in New Issue
Block a user