[12016] Implement some Cleansing Flames spells

Implementation based on original work by fallenangelX, thx to stfx for bumping the topic

Implements spells:
* 28859 (used for normal summer festival flames)
* 29126, 29135-29139, 46671, 46672 (used for city summer festival flames)

Also reorder a few dummy effects.

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
Schmoozerd 2012-06-23 14:24:26 +02:00
parent fa6233609b
commit dfa35dafab
2 changed files with 73 additions and 22 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12015"
#define REVISION_NR "12016"
#endif // __REVISION_NR_H__