[12000] Implement server side spells

Add exemplarily support for spells 21387(used with Ragnaros) and 62388(related to Demonic Circle)
Further table columns can be added as required.

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
Kid10 2012-06-12 23:15:07 +02:00 committed by Schmoozerd
parent 969c10a8d9
commit acc27152eb
9 changed files with 120 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11999"
#define REVISION_NR "12000"
#endif // __REVISION_NR_H__