mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
[10418] Merge not-skill linked spell lists in spell_chain
This commit is contained in:
parent
1f2734f177
commit
d714cd8b3c
2 changed files with 5 additions and 8 deletions
|
|
@ -14550,6 +14550,9 @@ INSERT INTO spell_chain VALUES
|
||||||
(58700,25530,3606,8,0),
|
(58700,25530,3606,8,0),
|
||||||
(58701,58700,3606,9,0),
|
(58701,58700,3606,9,0),
|
||||||
(58702,58701,3606,10,0),
|
(58702,58701,3606,10,0),
|
||||||
|
/*Shadowflame Triggered DoT*/
|
||||||
|
(47960,0,47960,1,0),
|
||||||
|
(61291,47960,47960,2,0),
|
||||||
/* Wound Poison */
|
/* Wound Poison */
|
||||||
(13218,0,13218,1,0),
|
(13218,0,13218,1,0),
|
||||||
(13222,13218,13218,2,0),
|
(13222,13218,13218,2,0),
|
||||||
|
|
@ -17567,13 +17570,7 @@ INSERT INTO spell_chain VALUES
|
||||||
(61195,61194,61193,3,0),
|
(61195,61194,61193,3,0),
|
||||||
(61196,61195,61193,4,0),
|
(61196,61195,61193,4,0),
|
||||||
(61197,61196,61193,5,0),
|
(61197,61196,61193,5,0),
|
||||||
(61198,61197,61193,6,0),
|
(61198,61197,61193,6,0);
|
||||||
/*------------------
|
|
||||||
--(-) Not listed in skill abilities
|
|
||||||
------------------*/
|
|
||||||
/*Shadowflame Triggered DoT*/
|
|
||||||
(47960,0,47960,1,0),
|
|
||||||
(61291,47960,47960,2,0);
|
|
||||||
/*!40000 ALTER TABLE `spell_chain` ENABLE KEYS */;
|
/*!40000 ALTER TABLE `spell_chain` ENABLE KEYS */;
|
||||||
UNLOCK TABLES;
|
UNLOCK TABLES;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10417"
|
#define REVISION_NR "10418"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue