fix(Raid/AQ40): Ouro not spawning (#9285)

This commit is contained in:
valens14
2021-11-29 06:14:02 -05:00
committed by GitHub
parent a234c61487
commit 456b1a0862
3 changed files with 61 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1637594598317103800');
UPDATE `creature_template` SET `ScriptName`='npc_ouro_spawner' WHERE `entry`=15957;
UPDATE `creature_template` SET `flags_extra`='128' WHERE `entry`=15957;
UPDATE `creature_template` SET `InhabitType`='9' WHERE `entry`=15957;