Implement deaths door warp gate counter sending

This commit is contained in:
killerwife 2018-09-21 14:11:39 +02:00
parent 5b0654f79f
commit 9c2cd8e006
5 changed files with 333 additions and 3 deletions

View file

@ -392,6 +392,8 @@ UPDATE creature_template SET ScriptName='npc_soulgrinder' WHERE entry=23019;
UPDATE creature_template SET ScriptName='npc_mogdorg_the_wizened' WHERE entry=22941;
UPDATE creature_template SET ScriptName='npc_supplicant' WHERE entry IN(23052,23053);
INSERT INTO scripted_event_id VALUES(14739,'event_into_the_soulgrinder');
UPDATE creature_template SET ScriptName='npc_warp_gate' WHERE entry IN(22471,22472);
UPDATE creature_template SET ScriptName='npc_fel_cannon' WHERE entry=22443;
/* BLASTED LANDS */
UPDATE creature_template SET ScriptName='npc_fallen_hero_of_horde' WHERE entry=7572;