fix(DB/Creature): Remove incorrect other gender display from Vurtok Axebreaker. (#22782)

This commit is contained in:
Benjamin Jackson 2025-09-04 14:19:43 -04:00 committed by GitHub
parent c9e1782d7a
commit 1278ccff12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1 @@
UPDATE `creature_model_info` SET `DisplayID_Other_Gender` = 0 WHERE `DisplayID` IN (16292, 16294);