fix(DB/Creature): correct Wrathscale Siren spawn location (#6871)

This commit is contained in:
Azcobu 2021-07-13 21:29:33 +09:30 committed by GitHub
parent f73ef1cd5a
commit ffd0d7fbec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;