mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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:
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;
|
||||
Reference in New Issue
Block a user