fix(DB/BloodmystIsle): add wander movement to Deathclaw (#17927)

* initial

* add sniffed spawn position

* can't use brackets here

* revised wander distances after sniff review
This commit is contained in:
Dan
2023-12-04 13:33:38 +01:00
committed by GitHub
parent 6c93af83cb
commit 97b014bad0

View File

@@ -0,0 +1,10 @@
--
UPDATE `creature` SET
`position_x` = -1423.3927,
`position_y` = -11284.973,
`position_z` = 8.427056,
`orientation` = 1.963490843772888183,
`wander_distance` = 30,
`MovementType` = 1,
`VerifiedBuild` = 52237
WHERE `guid` = 63385 AND `id1` = 17661;