mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 03:50:40 +00:00
normalize includes: zone
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
#ifdef LUA_EQEMU
|
||||
|
||||
#include "../common/data_verification.h"
|
||||
|
||||
#include <luabind/luabind.hpp>
|
||||
|
||||
#include "lua_stat_bonuses.h"
|
||||
|
||||
#include "common/data_verification.h"
|
||||
|
||||
#include "luabind/luabind.hpp"
|
||||
|
||||
|
||||
int32 Lua_StatBonuses::GetAC() const {
|
||||
Lua_Safe_Call_Int();
|
||||
return self->AC;
|
||||
@@ -1557,4 +1558,4 @@ luabind::scope lua_register_stat_bonuses() {
|
||||
.def("XPRateMod", &Lua_StatBonuses::GetXPRateMod);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // LUA_EQEMU
|
||||
|
||||
Reference in New Issue
Block a user