diff options
| author | _manuel_ <none@none> | 2009-12-27 21:25:11 -0300 |
|---|---|---|
| committer | _manuel_ <none@none> | 2009-12-27 21:25:11 -0300 |
| commit | ca36a951cca1bc3919995815a76af574f7139351 (patch) | |
| tree | 6bc91a4ae6914b90c77c21c1d5314c9c62a64116 /sql/world.sql | |
| parent | 14970512409ca3a5bb329299ba92c9a00fac1417 (diff) | |
Added explanation about Spell Linked Spell in world.sql, it is also in the wiki.
--HG--
branch : trunk
Diffstat (limited to 'sql/world.sql')
| -rw-r--r-- | sql/world.sql | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/world.sql b/sql/world.sql index 713abc325cc..9b555b8c247 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -5406,6 +5406,19 @@ UNLOCK TABLES; -- Table structure for table `spell_linked_spell` -- +-- -------- +-- 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; |
