root/trunk/sql/updates/147_world.sql @ 230

Revision 223, 1.1 kB (checked in by yumileroy, 17 years ago)

[svn] * Merged SD2 Rev. 706 & 707

  • Added: Pathaleon the Calculator script. Also added a Mechanar Instance script.
  • Added: Fixed and improved version of High King Maulgar. (Timers, Spells, Adds...)
  • Fixed: Nethermancer Sepethrea encounter. Spawning Adds, timers, spells...
  • Fixed: Lot of timers and spells like for: Doomlord Kazzak, Doomwalker, Gruul, and more.

* Fixed 147_world.sql

Original author: slg
Date: 2008-11-13 17:12:54-06:00

Line 
1DELETE FROM spell_linked_spell WHERE `spell_trigger` IN (46648, 46019, 46021, -46021, 46020);
2INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (46648, 44866, 1, 'Spectral Blast');
3INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (46019, 46021, 1, 'Teleport: Spectral Realm');
4INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (46021, 44852, 1, 'Spectral Realm Aura');
5INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (-46021, 46020, 0, 'Teleport: Normal Realm');
6INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (46020, 44867, 1, 'Spectral Exhaustion');
7
8DELETE FROM spell_target_position WHERE `id` IN (46019, 46020);
9INSERT INTO spell_target_position () VALUES (46019, 580, 1704.34, 928.17, -74.558, 0);
10INSERT INTO spell_target_position () VALUES (46020, 580, 1704.34, 928.17, 53.079, 0);
11
12-- Magtheridon Earthquake
13DELETE FROM spell_script_target WHERE `entry` IN (30657);
14INSERT INTO spell_script_target VALUES ('30657', '1', '24136');
Note: See TracBrowser for help on using the browser.