forked from cmangos/mangos-wotlk
-
Notifications
You must be signed in to change notification settings - Fork 3
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
16 files
+7 −13 | ElunaLoader.cpp | |
+12 −9 | LuaEngine.cpp | |
+0 −4 | LuaEngine.h | |
+30 −19 | docs/ElunaDoc/parser.py | |
+2 −4 | docs/ElunaDoc/templates/method.html | |
+1 −1 | methods/CMangos/ItemMethods.h | |
+3 −1 | methods/CMangos/PlayerMethods.h | |
+3 −1 | methods/Mangos/PlayerMethods.h | |
+71 −77 | methods/TrinityCore/CreatureMethods.h | |
+22 −34 | methods/TrinityCore/GameObjectMethods.h | |
+16 −26 | methods/TrinityCore/GroupMethods.h | |
+11 −14 | methods/TrinityCore/ItemMethods.h | |
+219 −56 | methods/TrinityCore/PlayerMethods.h | |
+23 −29 | methods/TrinityCore/QuestMethods.h | |
+282 −321 | methods/TrinityCore/UnitMethods.h | |
+3 −1 | methods/VMangos/PlayerMethods.h |