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