mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
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:
parent
5a0f267971
commit
d37f6e870f
2 changed files with 38 additions and 0 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue