Skip to content

Commit

Permalink
DB/Creature: Aldor Neophyte at Aldor Rise shoud only be draenei
Browse files Browse the repository at this point in the history
closes TrinityCore#28743 by CraftedRO
  • Loading branch information
Aokromes authored Nov 20, 2024
1 parent 5eed750 commit ab8c1d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/updates/world/3.3.5/2024_11_20_00_world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- they only have one gender and it seems DisplayID_Other_Gender will be dropped in the future
UPDATE `creature_model_info` SET `DisplayID_Other_Gender`=0 WHERE `DisplayID` IN (18566,18567,18568,18569);

0 comments on commit ab8c1d6

Please sign in to comment.