-
Notifications
You must be signed in to change notification settings - Fork 231
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
9 files
+30 −19 | docs/ElunaDoc/parser.py | |
+2 −4 | docs/ElunaDoc/templates/method.html | |
+71 −77 | methods/TrinityCore/CreatureMethods.h | |
+22 −34 | methods/TrinityCore/GameObjectMethods.h | |
+16 −26 | methods/TrinityCore/GroupMethods.h | |
+11 −14 | methods/TrinityCore/ItemMethods.h | |
+12 −6 | methods/TrinityCore/PlayerMethods.h | |
+23 −29 | methods/TrinityCore/QuestMethods.h | |
+282 −321 | methods/TrinityCore/UnitMethods.h |