mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-22 19:54:36 +00:00
chore(misc): cleanup (#17274)
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef TRINITYSERVER_MOVESPLINEINIT_H
|
||||
#define TRINITYSERVER_MOVESPLINEINIT_H
|
||||
#ifndef AC_MOVESPLINEINIT_H
|
||||
#define AC_MOVESPLINEINIT_H
|
||||
|
||||
#include "MoveSplineInitArgs.h"
|
||||
#include "PathGenerator.h"
|
||||
@@ -209,4 +209,4 @@ namespace Movement
|
||||
|
||||
inline void MoveSplineInit::DisableTransportPathTransformations() { args.TransformForTransport = false; }
|
||||
}
|
||||
#endif // TRINITYSERVER_MOVESPLINEINIT_H
|
||||
#endif // AC_MOVESPLINEINIT_H
|
||||
|
||||
Reference in New Issue
Block a user