BWL: Fix some issues on Razorgore and Nefarian

Fixes razorgore egg destruction not working, fixes killing unwanted mobs on razorgore wipe
Fixes nef going back to weird mid air position
This commit is contained in:
killerwife 2019-11-10 15:19:16 +01:00
parent 6958ead238
commit 779c801607
6 changed files with 44 additions and 32 deletions

View file

@ -210,7 +210,6 @@ UPDATE gameobject_template SET ScriptName='go_father_flame' WHERE entry=175245;
UPDATE instance_template SET ScriptName='instance_blackwing_lair' WHERE map=469;
UPDATE creature_template SET ScriptName='boss_razorgore' WHERE entry=12435;
UPDATE creature_template SET ScriptName='npc_blackwing_orb' WHERE entry=14449;
UPDATE gameobject_template SET ScriptName='go_black_dragon_egg' WHERE entry=177807;
UPDATE creature_template SET ScriptName='boss_vaelastrasz' WHERE entry=13020;
UPDATE gameobject_template SET ScriptName='go_suppression' WHERE entry=179784;
UPDATE creature_template SET ScriptName='boss_broodlord' WHERE entry=12017;