Add script for NPC 10683 in UBRS

* Rookery Hatcher will now hatch rookery eggs in UBRS.
source: https://www.youtube.com/watch?v=UAA7TKHCfGg

(based on 9f9cb1f591)
This commit is contained in:
Cala 2017-07-09 15:18:17 +02:00
parent ad5ce264a8
commit b004cddfe6
2 changed files with 138 additions and 0 deletions

View file

@ -309,6 +309,7 @@ UPDATE instance_template SET ScriptName='instance_blackrock_spire' WHERE map=229
UPDATE creature_template SET ScriptName='boss_overlord_wyrmthalak' WHERE entry=9568;
UPDATE creature_template SET ScriptName='boss_gyth' WHERE entry=10339;
UPDATE creature_template SET ScriptName='boss_pyroguard_emberseer' WHERE entry=9816;
UPDATE creature_template SET ScriptName='npc_rookery_hatcher' WHERE entry=10683;
DELETE FROM scripted_event_id WHERE id=4884;
INSERT INTO scripted_event_id VALUES
(4884,'event_spell_altar_emberseer');