fix(DB/Creature): En'kilah Gargoyles fly well again. (#22658)

This commit is contained in:
Rocco Silipo 2025-08-10 16:12:46 +02:00 committed by GitHub
parent 73317b2706
commit 468457a63e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,3 @@
-- Remove Creature_addon tables from some Gargoyles.
DELETE FROM `creature_addon` WHERE (`guid` IN (100016, 100017, 100018, 100032, 100033, 100034, 100035, 100056, 100057, 100058, 100059, 100060, 100061));