mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
fix(DB/Creature): correct Wrathscale Siren spawn location (#6871)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1625927133942554056');
|
||||
|
||||
-- Stop Wrathscale Siren spawning underground
|
||||
UPDATE `creature` SET `position_z` = -21.14 WHERE `id` = 17195 AND `guid` = 60996;
|
||||
Reference in New Issue
Block a user