fix(DB/ModelInfo): Remove wrong Other Gender from a couple of DisplayIDs. (#25650)
This commit is contained in:
parent
ace204810f
commit
0bb5bb3010
1 changed files with 3 additions and 0 deletions
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));
|
||||
Loading…
Add table
Add a link
Reference in a new issue