Skip to content

Commit

Permalink
Update SD2 SQL for latest Maraudon scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cala committed Jan 12, 2018
1 parent d2f7833 commit 1727323
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/scriptdev2/scriptdev2.sql
Expand Up @@ -942,7 +942,9 @@ INSERT INTO scripted_event_id VALUES
(16547,'event_go_scrying_orb');

/* MARAUDON */
UPDATE instance_template SET ScriptName="instance_maraudon" WHERE map=349;
UPDATE creature_template SET ScriptName='boss_noxxion' WHERE entry=13282;
UPDATE gameobject_template SET ScriptName="go_larva_spewer" WHERE entry=178559;

/* MOLTEN CORE */
UPDATE instance_template SET ScriptName='instance_molten_core' WHERE map=409;
Expand Down

0 comments on commit 1727323

Please sign in to comment.