diff options
| author | slg <none@none> | 2008-11-13 17:12:54 -0600 |
|---|---|---|
| committer | slg <none@none> | 2008-11-13 17:12:54 -0600 |
| commit | 2c3130d415e1eed2cdd193424594fe560c6afa61 (patch) | |
| tree | 18340310b97d6b60dec1965763e6388dbcd9b98d /sql/updates/147_world.sql | |
| parent | 55d58ea878c32215ba11aeb30a2993f2768353f3 (diff) | |
[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
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/147_world.sql')
| -rw-r--r-- | sql/updates/147_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/147_world.sql b/sql/updates/147_world.sql index 088a06567a7..8062d1812cf 100644 --- a/sql/updates/147_world.sql +++ b/sql/updates/147_world.sql @@ -9,6 +9,6 @@ DELETE FROM spell_target_position WHERE `id` IN (46019, 46020); INSERT INTO spell_target_position () VALUES (46019, 580, 1704.34, 928.17, -74.558, 0);
INSERT INTO spell_target_position () VALUES (46020, 580, 1704.34, 928.17, 53.079, 0);
---Magtheridon Earthquake
+-- Magtheridon Earthquake
DELETE FROM spell_script_target WHERE `entry` IN (30657);
INSERT INTO spell_script_target VALUES ('30657', '1', '24136');
\ No newline at end of file |
