mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-01 01:53:47 +00:00
fix(DB/creature_addon): Adjust movement for Juvenile Snow Leopard (#5675)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1620330327979257800');
|
||||
|
||||
DELETE FROM `creature_addon` WHERE `guid`=3596;
|
||||
UPDATE `creature` SET `wander_distance`=10, `MovementType`=1 WHERE `id`=1199;
|
||||
|
||||
Reference in New Issue
Block a user