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:
cala 2018-06-22 09:48:58 +02:00
parent db0191b835
commit 4c9bf8e5e0
5 changed files with 78 additions and 2 deletions

View file

@ -480,6 +480,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');