Implement go_fel_cannonball_stack_trap

This is meant to be a circumvention of the inability to do a JustSpawned GO spellcast
This commit is contained in:
Killerwife 2018-11-05 13:03:02 +01:00 committed by killerwife
parent 5a0f267971
commit d37f6e870f
2 changed files with 38 additions and 0 deletions

View file

@ -403,6 +403,7 @@ UPDATE creature_template SET ScriptName='npc_supplicant' WHERE entry IN(23052,23
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;
UPDATE gameobject_template SET ScriptName='go_fel_cannonball_stack_trap' WHERE entry IN(185862);
/* BLASTED LANDS */