mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Implement q.10594 Gauging the Resonant Frequency script
Preparation for export. Has GO type 30 prototype.
This commit is contained in:
parent
e34dacdec6
commit
001e745009
8 changed files with 228 additions and 14 deletions
|
|
@ -404,6 +404,8 @@ 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);
|
||||
UPDATE creature_template SET ScriptName='npc_frequency_scanner' WHERE entry=21760;
|
||||
UPDATE gameobject_template SET ScriptName='go_aura_generator_000' WHERE entry=184926;
|
||||
|
||||
/* BLASTED LANDS */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue