mirror of
https://github.com/cmangos/mangos-classic
synced 2026-08-14 02:23:08 -04:00
Implement script for Broken Trap in Dire Maul
* Implement script for Broken Trap event in Dire Maul. This is required to perform a full Tribute Run. * Also update script completion that was not updated in a looooong time Thanks @Tobschinski for his help and review. This closes https://github.com/classicdb/database/issues/201 and closes https://github.com/cmangos/issues/issues/1290
This commit is contained in:
parent
236aef2f4f
commit
7841eee27a
5 changed files with 81 additions and 9 deletions
|
|
@ -267,6 +267,8 @@ UPDATE creature_template SET ScriptName='npc_magrami_spectre' WHERE entry=11560;
|
|||
|
||||
/* DIRE MAUL */
|
||||
UPDATE instance_template SET ScriptName='instance_dire_maul' WHERE map=429;
|
||||
UPDATE gameobject_template SET ScriptName='go_fixed_trap' WHERE entry=179512;
|
||||
UPDATE creature_template SET ScriptName='npc_mizzle_crafty' WHERE entry=14353;
|
||||
INSERT INTO scripted_event_id VALUES
|
||||
(8420,'event_spells_warlock_dreadsteed'),
|
||||
(8428,'event_spells_warlock_dreadsteed');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue