mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
fix(DB/ModelInfo): Remove wrong Other Gender from a couple of DisplayIDs. (#25650)
This commit is contained in:
3
data/sql/updates/pending_db_world/rev_1777471055.sql
Normal file
3
data/sql/updates/pending_db_world/rev_1777471055.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
-- Remove DisplayID_Other_Gender.
|
||||
UPDATE `creature_model_info` SET `DisplayID_Other_Gender` = 0 WHERE (`DisplayID` IN (12829, 12830));
|
||||
Reference in New Issue
Block a user