mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
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:
parent
864e6a2382
commit
b64fb9bf3c
5 changed files with 276 additions and 73 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue