fix(DB/Creature): Remove unnecessary Netherwing targetting dummy creatures. (#21867)

This commit is contained in:
Benjamin Jackson 2025-04-13 14:51:50 -04:00 committed by GitHub
parent e43550a12c
commit 7eb5f20617
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1 @@
DELETE FROM `creature` WHERE `id1` = 22317 AND `guid` IN (78506, 78507);