mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[9561] Fixed typos in header guards
This commit is contained in:
parent
37f733221d
commit
8b3da285ac
2 changed files with 3 additions and 3 deletions
|
|
@ -16,8 +16,8 @@
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MANGOS_RANDOMMOTIONGENERATOR_H
|
#ifndef MANGOS_CONFUSEDMOVEMENTGENERATOR_H
|
||||||
#define MANGOS_RANDOMMOTIONGENERATOR_H
|
#define MANGOS_CONFUSEDMOVEMENTGENERATOR_H
|
||||||
|
|
||||||
#include "MovementGenerator.h"
|
#include "MovementGenerator.h"
|
||||||
#include "DestinationHolder.h"
|
#include "DestinationHolder.h"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9560"
|
#define REVISION_NR "9561"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue