[9561] Fixed typos in header guards

This commit is contained in:
VladimirMangos 2010-03-10 12:46:53 +03:00
parent 37f733221d
commit 8b3da285ac
2 changed files with 3 additions and 3 deletions

View file

@ -16,8 +16,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef MANGOS_RANDOMMOTIONGENERATOR_H
#define MANGOS_RANDOMMOTIONGENERATOR_H
#ifndef MANGOS_CONFUSEDMOVEMENTGENERATOR_H
#define MANGOS_CONFUSEDMOVEMENTGENERATOR_H
#include "MovementGenerator.h"
#include "DestinationHolder.h"

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9560"
#define REVISION_NR "9561"
#endif // __REVISION_NR_H__