fix(DB/Creature): Fix Dreadfang Widow bad Z coord (#14286)

This commit is contained in:
Gultask 2022-12-22 03:39:25 -03:00 committed by GitHub
parent c158d4bd2b
commit 04edd74f91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `creature` SET `position_z`=0.350764 WHERE `id1`=18467 AND `guid`=66274;