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:
parent
6c93af83cb
commit
97b014bad0
1 changed files with 10 additions and 0 deletions
10
data/sql/updates/pending_db_world/deathclaw-wander.sql
Normal file
10
data/sql/updates/pending_db_world/deathclaw-wander.sql
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue