-
Notifications
You must be signed in to change notification settings - Fork 113
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 Eluna
updated
14 files
+1 −1 | .github/workflows/build.yml | |
+51 −9 | docs/ElunaDoc/parser.py | |
+35 −1 | docs/ElunaDoc/static/main.css | |
+10 −1 | docs/ElunaDoc/templates/method.html | |
+5 −2 | methods/CMangos/ItemMethods.h | |
+4 −4 | methods/CMangos/PlayerMethods.h | |
+74 −4 | methods/CMangos/UnitMethods.h | |
+1 −1 | methods/CMangos/WorldObjectMethods.h | |
+2 −5 | methods/Mangos/PlayerMethods.h | |
+69 −1 | methods/Mangos/UnitMethods.h | |
+310 −430 | methods/TrinityCore/GlobalMethods.h | |
+19 −1 | methods/TrinityCore/PlayerMethods.h | |
+66 −0 | methods/TrinityCore/UnitMethods.h | |
+69 −1 | methods/VMangos/UnitMethods.h |