mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +00:00
fix(DB/creature): Son of Arugal movement (#6184)
Son of Arugal (id: 18424) was standing still. He should either wander around aimlessly or have a set path; I chose the former - Closes #6084
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1622617341739892363');
|
||||||
|
|
||||||
|
UPDATE `creature` SET `wander_distance` = 10, `MovementType` = 1 WHERE `guid` = 18424 AND `id` = 2529;
|
||||||
Reference in New Issue
Block a user