mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
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:
parent
ad5ce264a8
commit
b004cddfe6
2 changed files with 138 additions and 0 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue