Skip to content

Commit fa1d092

Browse files
committed
Fix typos
1 parent f53e91d commit fa1d092

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

methods/CMangos/UnitMethods.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2578,7 +2578,7 @@ namespace LuaUnit
25782578
#if ELUNA_EXPANSION >= TBC
25792579
{ "IsOnVehicle", &LuaUnit::IsOnVehicle },
25802580
{ "RemoveArenaAuras", &LuaUnit::RemoveArenaAuras },
2581-
#el#if ELUNA_EXPANSION >= WOTLK
2581+
#elif ELUNA_EXPANSION >= WOTLK
25822582
{ "GetCritterGUID", &LuaUnit::GetCritterGUID },
25832583
{ "GetVehicleKit", &LuaUnit::GetVehicleKit },
25842584
{ "SetFFA", &LuaUnit::SetFFA },

methods/CMangos/VehicleMethods.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#ifndef VEHICLEMETHODS_H
88
#define VEHICLEMETHODS_H
9-
#if ELUNA_EXPANSION >= TBC
9+
#if ELUNA_EXPANSION >= WOTLK
1010

1111
/***
1212
* Inherits all methods from: none
@@ -107,5 +107,5 @@ namespace LuaVehicle
107107
};
108108
}
109109

110-
#endif // EXPANSION >= TBC
110+
#endif // EXPANSION >= WOTLK
111111
#endif // VEHICLEMETHODS_H

0 commit comments

Comments
 (0)