Changeset 223 for trunk/sql

Show
Ignore:
Timestamp:
11/19/08 13:47:58 (17 years ago)
Author:
yumileroy
Message:

[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

Location:
trunk/sql
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/sql/updates/147_world.sql

    r141 r223  
    1010INSERT INTO spell_target_position () VALUES (46020, 580, 1704.34, 928.17, 53.079, 0); 
    1111 
    12 --Magtheridon Earthquake 
     12-- Magtheridon Earthquake 
    1313DELETE FROM spell_script_target WHERE `entry` IN (30657); 
    1414INSERT INTO spell_script_target VALUES ('30657', '1', '24136'); 
  • trunk/sql/world_scripts_full.sql

    r167 r223  
    722722UPDATE `creature_template` SET `ScriptName`='boss_nethermancer_sepethrea' WHERE `entry`=19221; 
    723723UPDATE `creature_template` SET `ScriptName`='mob_ragin_flames' WHERE `entry`=20481; 
     724UPDATE `creature_template` SET `ScriptName`='boss_pathaleon_the_calculator' WHERE `entry`=19220; 
     725UPDATE `creature_template` SET `ScriptName`='mob_nether_wraith' WHERE `entry`=21062; 
     726UPDATE `instance_template` SET `script`='instance_mechanar' WHERE `map`=554; 
    724727 
    725728/* THE BOTANICA */