mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[10415] Sort triggered spell chains 44203 and 42231 in proper place spell_chain data.
This commit is contained in:
parent
6d5559544b
commit
5a421a91b4
2 changed files with 16 additions and 16 deletions
|
|
@ -16840,6 +16840,14 @@ INSERT INTO spell_chain VALUES
|
|||
(26983,9863,740,5,0),
|
||||
(48446,26983,740,6,0),
|
||||
(48447,48446,740,7,0),
|
||||
/*Tranquility Triggered*/
|
||||
(44203, 0,44203,1,0),
|
||||
(44205,44203,44203,2,0),
|
||||
(44206,44205,44203,3,0),
|
||||
(44207,44206,44203,4,0),
|
||||
(44208,44207,44203,5,0),
|
||||
(48444,44208,44203,6,0),
|
||||
(48445,48444,44203,7,0),
|
||||
/*Wild Growth*/
|
||||
(48438,0,48438,1,0),
|
||||
(53248,48438,48438,2,0),
|
||||
|
|
@ -16876,6 +16884,12 @@ INSERT INTO spell_chain VALUES
|
|||
(17402,17401,16914,3,0),
|
||||
(27012,17402,16914,4,0),
|
||||
(48467,27012,16914,5,0),
|
||||
/*Hurricane Triggered*/
|
||||
(42231, 0,42231,1,0),
|
||||
(42232,42231,42231,2,0),
|
||||
(42233,42232,42231,3,0),
|
||||
(42230,42233,42231,4,0),
|
||||
(48466,42230,42231,5,0),
|
||||
/*Insect Swarm*/
|
||||
(5570,0,5570,1,0),
|
||||
(24974,5570,5570,2,0),
|
||||
|
|
@ -17557,23 +17571,9 @@ INSERT INTO spell_chain VALUES
|
|||
/*------------------
|
||||
--(-) Not listed in skill abilities
|
||||
------------------*/
|
||||
/*Hurricane*/
|
||||
(42231, 0,42231,1,0),
|
||||
(42232,42231,42231,2,0),
|
||||
(42233,42232,42231,3,0),
|
||||
(42230,42233,42231,4,0),
|
||||
(48466,42230,42231,5,0),
|
||||
/*Shadowflame Triggered DoT*/
|
||||
(47960,0,47960,1,0),
|
||||
(61291,47960,47960,2,0),
|
||||
/*Tranquility*/
|
||||
(44203, 0,44203,1,0),
|
||||
(44205,44203,44203,2,0),
|
||||
(44206,44205,44203,3,0),
|
||||
(44207,44206,44203,4,0),
|
||||
(44208,44207,44203,5,0),
|
||||
(48444,44208,44203,6,0),
|
||||
(48445,48444,44203,7,0);
|
||||
(61291,47960,47960,2,0);
|
||||
/*!40000 ALTER TABLE `spell_chain` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10414"
|
||||
#define REVISION_NR "10415"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue