Fix(DB/Spawn) Silt Crawlers under the landscape. (#20600)
Create silt_crawler_zspawn.sql Change z spawn position for 3 Silt Crawler.
This commit is contained in:
parent
6bca63b4d8
commit
0e1ae66e5e
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
UPDATE `creature` SET `position_z` = -0.2568386 WHERE `guid` = 35230;
|
||||
UPDATE `creature` SET `position_z` = -0.6963177 WHERE `guid` = 35252;
|
||||
UPDATE `creature` SET `position_z` = -1.5501903 WHERE `guid` = 35253;
|
||||
Loading…
Add table
Add a link
Reference in a new issue