-
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.
-Contains fix for renamed TC core define
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule LuaEngine
updated
26 files
+40 −0 | .github/workflows/build.yml | |
+3 −3 | CMangos/UnitMethods.h | |
+5 −3 | ElunaCreatureAI.h | |
+10 −1 | ElunaIncludes.h | |
+7 −1 | ElunaUtility.cpp | |
+11 −0 | GroupHooks.cpp | |
+57 −0 | GuildHooks.cpp | |
+8 −0 | ItemHooks.cpp | |
+13 −0 | LuaEngine.h | |
+1 −1 | Mangos/PlayerMethods.h | |
+3 −3 | Mangos/UnitMethods.h | |
+27 −0 | PlayerHooks.cpp | |
+2 −0 | README.md | |
+4 −0 | TrinityCore/BattleGroundMethods.h | |
+10 −0 | TrinityCore/CreatureMethods.h | |
+6 −0 | TrinityCore/GameObjectMethods.h | |
+66 −0 | TrinityCore/GlobalMethods.h | |
+1 −1 | TrinityCore/GroupMethods.h | |
+6 −0 | TrinityCore/GuildMethods.h | |
+107 −1 | TrinityCore/ItemMethods.h | |
+10 −0 | TrinityCore/MapMethods.h | |
+101 −0 | TrinityCore/PlayerMethods.h | |
+4 −0 | TrinityCore/QuestMethods.h | |
+5 −1 | TrinityCore/UnitMethods.h | |
+4 −0 | TrinityCore/VehicleMethods.h | |
+30 −0 | TrinityCore/WorldObjectMethods.h |