fix(DB/creature_model_info): prevent NPC George Candarte incorrect display (#6299)

This commit is contained in:
Raelorasz
2021-06-18 17:04:01 +02:00
committed by GitHub
parent 4b67e78b02
commit 137c0137fc

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1623313289211649200');
UPDATE `creature_model_info` SET `DisplayID_Other_Gender` = 0 WHERE `DisplayID` = 3680;