mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
fix(DB/creature): Add female models to Chosen Zealots (#4054)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1608955862284429300');
|
||||
|
||||
UPDATE `creature` SET `modelid`=27809 WHERE `guid` IN (123878, 123880, 123882, 123884, 123886, 123888, 123890, 123892, 123894, 123896, 123898, 123900, 123902, 123904, 123906, 123908, 123910, 123912,
|
||||
123914, 123916, 123918, 123920);
|
||||
|
||||
Reference in New Issue
Block a user