mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[9840] Include Timer.h for getMSTime in SendMonsterMoveByPath
This commit is contained in:
parent
432b1b8b38
commit
53b056cfff
2 changed files with 2 additions and 1 deletions
|
|
@ -34,6 +34,7 @@
|
||||||
#include "DBCStructure.h"
|
#include "DBCStructure.h"
|
||||||
#include "Path.h"
|
#include "Path.h"
|
||||||
#include "WorldPacket.h"
|
#include "WorldPacket.h"
|
||||||
|
#include "Timer.h"
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
||||||
enum SpellInterruptFlags
|
enum SpellInterruptFlags
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9839"
|
#define REVISION_NR "9840"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue