mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
fix(DB/Creature): Silverpine Forest - Moonrage Bloodhowler Bad Spawn Placement/Missing Movement (#6233)
Move this particular npc and set it to wander - Closes #6230 - Closes chromiecraft/chromiecraft#781
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1622868444362039500');
|
||||
|
||||
SET @NPC = 17610;
|
||||
|
||||
UPDATE `creature`
|
||||
SET `position_x` = -505.063416, `position_y` = 1155.307861, `position_z` = 63.713577, `wander_distance` = 10, `MovementType` = 1
|
||||
WHERE `guid` = @NPC;
|
||||
Reference in New Issue
Block a user