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:
dillyns
2021-06-13 09:53:31 -04:00
committed by GitHub
parent ad39c8285d
commit c3bac33eca

View File

@@ -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;