Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Niam5 committed Aug 8, 2024
1 parent f53e91d commit fa1d092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion methods/CMangos/UnitMethods.h
Original file line number Diff line number Diff line change
Expand Up @@ -2578,7 +2578,7 @@ namespace LuaUnit
#if ELUNA_EXPANSION >= TBC
{ "IsOnVehicle", &LuaUnit::IsOnVehicle },
{ "RemoveArenaAuras", &LuaUnit::RemoveArenaAuras },
#el#if ELUNA_EXPANSION >= WOTLK
#elif ELUNA_EXPANSION >= WOTLK
{ "GetCritterGUID", &LuaUnit::GetCritterGUID },
{ "GetVehicleKit", &LuaUnit::GetVehicleKit },
{ "SetFFA", &LuaUnit::SetFFA },
Expand Down
4 changes: 2 additions & 2 deletions methods/CMangos/VehicleMethods.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#ifndef VEHICLEMETHODS_H
#define VEHICLEMETHODS_H
#if ELUNA_EXPANSION >= TBC
#if ELUNA_EXPANSION >= WOTLK

/***
* Inherits all methods from: none
Expand Down Expand Up @@ -107,5 +107,5 @@ namespace LuaVehicle
};
}

#endif // EXPANSION >= TBC
#endif // EXPANSION >= WOTLK
#endif // VEHICLEMETHODS_H

0 comments on commit fa1d092

Please sign in to comment.