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 DB commit 8c555c7db4
This commit is contained in:
MantisLord 2020-12-13 15:35:54 -05:00
parent 864e6a2382
commit b64fb9bf3c
5 changed files with 276 additions and 73 deletions

View file

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