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:
Rocco Silipo
2024-11-17 10:19:21 +01:00
committed by GitHub
parent 6bca63b4d8
commit 0e1ae66e5e

View File

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