forked from cmangos/mangos-classic
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule LuaEngine
updated
17 files
+1 −1 | BindingMap.h | |
+2 −1 | ElunaConfig.cpp | |
+1 −0 | ElunaConfig.h | |
+76 −0 | ElunaLoader.cpp | |
+34 −0 | ElunaLoader.h | |
+69 −10 | ElunaTemplate.h | |
+11 −5 | LuaEngine.cpp | |
+7 −0 | LuaEngine.h | |
+23 −0 | LuaFunctions.cpp | |
+2 −32 | hooks/PlayerHooks.cpp | |
+2 −0 | hooks/ServerHooks.cpp | |
+1 −2 | methods/TrinityCore/AuraMethods.h | |
+26 −8 | methods/TrinityCore/ElunaQueryMethods.h | |
+0 −1 | methods/TrinityCore/GameObjectMethods.h | |
+20 −35 | methods/TrinityCore/PlayerMethods.h | |
+1 −1 | methods/TrinityCore/WorldObjectMethods.h | |
+6 −9 | methods/VMangos/GlobalMethods.h |