fix(DB/creature):Change model for Captain Halyndor (#8037)
* fix(DB/creature):Change model for Captain Halyndor * updated * Update rev_1632332436826853639.sql Co-authored-by: Hacki95 <62942638+Hacki95@users.noreply.github.com>
This commit is contained in:
parent
1dd53b17f9
commit
2cfb0d307d
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1632332436826853639');
|
||||
|
||||
-- Delete incorrect DisplayID Other Gender for captain Halyndor
|
||||
UPDATE `creature_model_info` SET `DisplayID_Other_Gender`= 0 WHERE `DisplayID`= 3494;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue