mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Reimplement Malchezaar Infernal Relay procedure
This approach is future proof, and once increased visibility is added, it will behave in a blizzlike manner.
This commit is contained in:
parent
119fe154f8
commit
52cee83a6f
3 changed files with 91 additions and 59 deletions
|
|
@ -682,6 +682,7 @@ UPDATE creature_template SET ScriptName='npc_orc_necrolyte' WHERE entry=21747;
|
|||
INSERT INTO scripted_event_id VALUES
|
||||
(10591,'event_spell_summon_nightbane'),
|
||||
(10951,'event_spell_medivh_journal');
|
||||
UPDATE creature_template SET ScriptName='npc_infernal_relay' WHERE entry=17645;
|
||||
|
||||
/* LOCH MODAN */
|
||||
UPDATE creature_template SET ScriptName='npc_mountaineer_pebblebitty' WHERE entry=3836;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue