Fix(DB/Spawn) Silt Crawlers under the landscape (another two). (#20861)
* Create Silt_Crawlers.sql * Update Silt_Crawlers.sql
This commit is contained in:
parent
adfc85d615
commit
41643df4d8
1 changed files with 5 additions and 0 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue