[11025] Fixed build.

This commit is contained in:
VladimirMangos 2011-01-17 15:38:17 +03:00
parent 7d61f8470e
commit 62da77153d
2 changed files with 2 additions and 2 deletions

View file

@ -1166,7 +1166,7 @@ struct DoSpellProcEvent
}
return true;
}
bool AddEntry(SpellProcEventEntry const &spe, SpellEntry const *spell)
void AddEntry(SpellProcEventEntry const &spe, SpellEntry const *spell)
{
spe_map[spell->Id] = spe;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11024"
#define REVISION_NR "11025"
#endif // __REVISION_NR_H__