mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user