mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix tbc and classic
This commit is contained in:
@@ -7,15 +7,15 @@
|
|||||||
#ifndef _VEHICLE_HOOKS_H
|
#ifndef _VEHICLE_HOOKS_H
|
||||||
#define _VEHICLE_HOOKS_H
|
#define _VEHICLE_HOOKS_H
|
||||||
|
|
||||||
#ifndef CLASSIC
|
|
||||||
#ifndef TBC
|
|
||||||
|
|
||||||
#include "Hooks.h"
|
#include "Hooks.h"
|
||||||
#include "HookHelpers.h"
|
#include "HookHelpers.h"
|
||||||
#include "LuaEngine.h"
|
#include "LuaEngine.h"
|
||||||
#include "ElunaBinding.h"
|
#include "ElunaBinding.h"
|
||||||
#include "ElunaTemplate.h"
|
#include "ElunaTemplate.h"
|
||||||
|
|
||||||
|
#ifndef CLASSIC
|
||||||
|
#ifndef TBC
|
||||||
|
|
||||||
using namespace Hooks;
|
using namespace Hooks;
|
||||||
|
|
||||||
// Vehicle
|
// Vehicle
|
||||||
|
|||||||
Reference in New Issue
Block a user