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

View File

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