[10418] Merge not-skill linked spell lists in spell_chain

This commit is contained in:
VladimirMangos 2010-08-29 00:53:48 +04:00
parent 1f2734f177
commit d714cd8b3c
2 changed files with 5 additions and 8 deletions

View file

@ -14550,6 +14550,9 @@ INSERT INTO spell_chain VALUES
(58700,25530,3606,8,0),
(58701,58700,3606,9,0),
(58702,58701,3606,10,0),
/*Shadowflame Triggered DoT*/
(47960,0,47960,1,0),
(61291,47960,47960,2,0),
/* Wound Poison */
(13218,0,13218,1,0),
(13222,13218,13218,2,0),
@ -17567,13 +17570,7 @@ INSERT INTO spell_chain VALUES
(61195,61194,61193,3,0),
(61196,61195,61193,4,0),
(61197,61196,61193,5,0),
(61198,61197,61193,6,0),
/*------------------
--(-) Not listed in skill abilities
------------------*/
/*Shadowflame Triggered DoT*/
(47960,0,47960,1,0),
(61291,47960,47960,2,0);
(61198,61197,61193,6,0);
/*!40000 ALTER TABLE `spell_chain` ENABLE KEYS */;
UNLOCK TABLES;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10417"
#define REVISION_NR "10418"
#endif // __REVISION_NR_H__