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. (#20600)
Create silt_crawler_zspawn.sql Change z spawn position for 3 Silt Crawler.
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user