fix(DB/ModelInfo): Remove wrong Other Gender from a couple of DisplayIDs. (#25650)

This commit is contained in:
Rocco Silipo 2026-04-29 17:18:53 +02:00 committed by GitHub
parent ace204810f
commit 0bb5bb3010
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,3 @@
-- Remove DisplayID_Other_Gender.
UPDATE `creature_model_info` SET `DisplayID_Other_Gender` = 0 WHERE (`DisplayID` IN (12829, 12830));