mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
Fix(DB/Spawn) Silt Crawlers under the landscape (another two). (#20861)
* Create Silt_Crawlers.sql * Update Silt_Crawlers.sql
This commit is contained in:
5
data/sql/updates/pending_db_world/Silt_Crawlers.sql
Normal file
5
data/sql/updates/pending_db_world/Silt_Crawlers.sql
Normal 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;
|
||||
Reference in New Issue
Block a user