mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Implement Anzu Intro, substantially improve combat AI and implement birds
This commit is contained in:
parent
d6bf945905
commit
6142abd213
6 changed files with 521 additions and 120 deletions
|
|
@ -224,6 +224,7 @@ UPDATE creature_template SET ScriptName='boss_darkweaver_syth' WHERE entry=18472
|
|||
UPDATE creature_template SET ScriptName='boss_anzu' WHERE entry=23035;
|
||||
INSERT INTO scripted_event_id VALUES
|
||||
(14797,'event_spell_summon_raven_god');
|
||||
UPDATE creature_template SET ScriptName='npc_anzu_bird_spirit' WHERE entry IN(23134,23135,23136);
|
||||
|
||||
/* SHADOW LABYRINTH */
|
||||
UPDATE instance_template SET ScriptName='instance_shadow_labyrinth' WHERE map=555;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue