fix(DB/Creature): Deleted Wendigo entity spawning under the ground… (#23555)

This commit is contained in:
Nicolas Lebacq 2025-11-07 06:47:12 +00:00 committed by GitHub
parent 639ee028fd
commit 0bdf7a6b0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,2 @@
--
DELETE FROM `creature` WHERE `guid` = 3564 AND `id1` = 1135;