[9707] Fixed typo added by Vladimir to patch in [9704].

Signed-off-by: VladimirMangos <vladimir@getmangos.com>

Also add check to prevent have NONE gender with some other for same entry
in `achievement_reward` and `locales_achievement_reward`.
This commit is contained in:
crackm 2010-04-09 16:00:05 +04:00 committed by VladimirMangos
parent f0af98568e
commit 77c930249d
3 changed files with 37 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9706"
#define REVISION_NR "9707"
#endif // __REVISION_NR_H__