[9092] Fixed typo in function name.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
awpolt 2010-01-01 13:53:43 +03:00 committed by VladimirMangos
parent 2087aa2876
commit 4b0ceaeb6b
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9091"
#define REVISION_NR "9092"
#endif // __REVISION_NR_H__