mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[11025] Fixed build.
This commit is contained in:
parent
7d61f8470e
commit
62da77153d
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11024"
|
||||
#define REVISION_NR "11025"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue