Dire Maul: Warlock Dreadsteed ritual event fixes

- Fix errors and add proper failure condition

- Use proper GameObject casting for ritual objects now that it's possible to do

Requires pending DB update
This commit is contained in:
MantisLord 2020-12-13 15:35:54 -05:00
parent 7f9ba30330
commit b15568a7d1
5 changed files with 278 additions and 77 deletions

View file

@ -293,6 +293,8 @@ UPDATE creature_template SET ScriptName='npc_magrami_spectre' WHERE entry=11560;
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;
UPDATE creature_template SET ScriptName='npc_warlock_mount_ritual' WHERE entry=14501;
UPDATE gameobject_template SET ScriptName='go_dreadsteed_quest_objects' WHERE entry IN(179672,179673,179674);
INSERT INTO scripted_event_id VALUES
(8420,'event_spells_warlock_dreadsteed'),
(8428,'event_spells_warlock_dreadsteed');