File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2578,7 +2578,7 @@ namespace LuaUnit
2578
2578
#if ELUNA_EXPANSION >= TBC
2579
2579
{ " IsOnVehicle" , &LuaUnit::IsOnVehicle },
2580
2580
{ " RemoveArenaAuras" , &LuaUnit::RemoveArenaAuras },
2581
- #el# if ELUNA_EXPANSION >= WOTLK
2581
+ #elif ELUNA_EXPANSION >= WOTLK
2582
2582
{ " GetCritterGUID" , &LuaUnit::GetCritterGUID },
2583
2583
{ " GetVehicleKit" , &LuaUnit::GetVehicleKit },
2584
2584
{ " SetFFA" , &LuaUnit::SetFFA },
Original file line number Diff line number Diff line change 6
6
7
7
#ifndef VEHICLEMETHODS_H
8
8
#define VEHICLEMETHODS_H
9
- #if ELUNA_EXPANSION >= TBC
9
+ #if ELUNA_EXPANSION >= WOTLK
10
10
11
11
/* **
12
12
* Inherits all methods from: none
@@ -107,5 +107,5 @@ namespace LuaVehicle
107
107
};
108
108
}
109
109
110
- #endif // EXPANSION >= TBC
110
+ #endif // EXPANSION >= WOTLK
111
111
#endif // VEHICLEMETHODS_H
You can’t perform that action at this time.
0 commit comments