diff options
| author | megamage <none@none> | 2008-11-15 15:09:22 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-11-15 15:09:22 -0600 |
| commit | 7d3997f7d62565ad326b2913c179f3bae7a84fc7 (patch) | |
| tree | e55b448096411f64f9e523a9165f5a3b6e26b5f0 /sql/updates/147_world.sql | |
| parent | 61d9723c5bfae4c528a4d0963ec1cc90f78ca71d (diff) | |
[svn] *Update Kalecgos script.
*Correctly select aura triggered spell target.
*Fix some scripts, should be pGOHello = &
*Fix a bug that some channel spells cannot be interrupted.
*Fix a bug that not-selectable creature cannot be hit by target_entry spells.
*If eventAI cannot find heroic flag and normal flag, enable event as default rather than disable it.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/147_world.sql')
| -rw-r--r-- | sql/updates/147_world.sql | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sql/updates/147_world.sql b/sql/updates/147_world.sql index 8062d1812cf..8df3be543c4 100644 --- a/sql/updates/147_world.sql +++ b/sql/updates/147_world.sql @@ -1,14 +1,3 @@ -DELETE FROM spell_linked_spell WHERE `spell_trigger` IN (46648, 46019, 46021, -46021, 46020);
-INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (46648, 44866, 1, 'Spectral Blast');
-INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (46019, 46021, 1, 'Teleport: Spectral Realm');
-INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (46021, 44852, 1, 'Spectral Realm Aura');
-INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (-46021, 46020, 0, 'Teleport: Normal Realm');
-INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (46020, 44867, 1, 'Spectral Exhaustion');
-
-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
DELETE FROM spell_script_target WHERE `entry` IN (30657);
INSERT INTO spell_script_target VALUES ('30657', '1', '24136');
\ No newline at end of file |
