fix(Raid/AQ40): Ouro not spawning (#9285)
This commit is contained in:
parent
a234c61487
commit
456b1a0862
3 changed files with 61 additions and 3 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue