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:
All
2021-09-28 05:13:27 +07:00
committed by GitHub
parent 1dd53b17f9
commit 2cfb0d307d

View File

@@ -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;