diff options
| author | megamage <none@none> | 2009-03-13 18:48:53 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-13 18:48:53 -0600 |
| commit | a5882ee84afb8484b23cbeda3c5e4ab130574449 (patch) | |
| tree | 8b713507200ffdc21931a9566212041fe256de55 /sql | |
| parent | 664fb612b4f87539a43632e31901e3b93f7aa3a0 (diff) | |
| parent | 62cdd39279e573f99bc49db45a043bd057372afc (diff) | |
*Merge.
*"Fix Glowing Blood" is not merged. Outdated patch?
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/world_spell_full.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/world_spell_full.sql b/sql/world_spell_full.sql index 0f7a2bd619e..46659d875dc 100644 --- a/sql/world_spell_full.sql +++ b/sql/world_spell_full.sql @@ -4,6 +4,16 @@ -- LINKED -- -------- +# spell1 / spell2 / type +# + + 0 caster casts 2 when casts 1 +# + - 0 caster removes aura 2 when casts 1 +# + + 1 target casts 2 on self (originalCaster = caster) when 1 casted by caster hits target +# + - 1 target removes aura 2 when hit by 1 +# + + 2 when aura 1 is applied, aura 2 is also applied; when 1 is removed, 2 is also removed +# + - 2 when aura 1 is applied, target is immune to spell 2, until 1 is removed +# - + 0 target casts 2 on self (originalCaster = caster) when aura 1 casted by caster is removed +# - - 0 aura 2 is removed when aura 1 is removed + DROP TABLE IF EXISTS `spell_linked_spell`; CREATE TABLE `spell_linked_spell` ( `spell_trigger` mediumint(8) NOT NULL, |
