fix(DB/Creature): Spellmaw not wandering/patrolling (#7040)
Changed the spawn point to one with more sense and added patrolling around - Closes #6278
This commit is contained in:
parent
9c180f643d
commit
30176c0cbb
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626782944130753700');
|
||||
|
||||
-- Changed the spawn point of Spellmaw closer to the ground and added patrolling around
|
||||
UPDATE `creature` SET `position_x` = 6247.134, `position_y` = -4412.64, `position_z` = 687.228, `orientation` = 4.67879, `wander_distance` = 20,`MovementType` = 1 WHERE (`id` = 10662) AND (`guid` = 42265);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue