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

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;