Fix(DB/Spawn) Silt Crawlers under the landscape (another two). (#20861)

* Create Silt_Crawlers.sql

* Update Silt_Crawlers.sql
This commit is contained in:
Rocco Silipo 2024-12-08 11:50:27 +01:00 committed by GitHub
parent adfc85d615
commit 41643df4d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,5 @@
-- Change Z position for two Silt Crawlers.
UPDATE `creature` SET `position_z` = -2.316132 WHERE `guid` = 34158;
UPDATE `creature` SET `position_z` = -2.4465983 WHERE `guid` = 32692;