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/146_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/146_world.sql')
| -rw-r--r-- | sql/updates/146_world.sql | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/updates/146_world.sql b/sql/updates/146_world.sql index 5685d9e3fc2..b37bcb2583d 100644 --- a/sql/updates/146_world.sql +++ b/sql/updates/146_world.sql @@ -20,11 +20,6 @@ VALUES INSERT INTO spell_linked_spell
(`spell_trigger`, `spell_effect`, `type`, `comment`)
VALUES
- (-45934, 7, 0, 'Dark Fiend Suicide');
-
-INSERT INTO spell_linked_spell
- (`spell_trigger`, `spell_effect`, `type`, `comment`)
-VALUES
(45661, 45665, 1, 'Encapsulate\r\n');
INSERT INTO spell_linked_spell
|
