Skip to content

Commit

Permalink
Update Eluna submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper committed Jul 30, 2023
1 parent e3008fd commit f294a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/LuaEngine
Submodule LuaEngine updated 59 files
+1 −1 CMangos/AuraMethods.h
+1 −1 CMangos/BattleGroundMethods.h
+1 −1 CMangos/CorpseMethods.h
+16 −14 CMangos/CreatureMethods.h
+1 −1 CMangos/ElunaQueryMethods.h
+4 −2 CMangos/GameObjectMethods.h
+2 −2 CMangos/GlobalMethods.h
+8 −4 CMangos/GroupMethods.h
+3 −1 CMangos/GuildMethods.h
+18 −8 CMangos/ItemMethods.h
+6 −4 CMangos/MapMethods.h
+1 −1 CMangos/ObjectMethods.h
+66 −51 CMangos/PlayerMethods.h
+6 −2 CMangos/QuestMethods.h
+1 −1 CMangos/SpellMethods.h
+33 −21 CMangos/UnitMethods.h
+1 −1 CMangos/VehicleMethods.h
+5 −3 CMangos/WorldObjectMethods.h
+1 −1 CMangos/WorldPacketMethods.h
+3 −22 ElunaTemplate.h
+33 −1,288 LuaFunctions.cpp
+1 −1 Mangos/AuraMethods.h
+1 −1 Mangos/BattleGroundMethods.h
+1 −1 Mangos/CorpseMethods.h
+16 −14 Mangos/CreatureMethods.h
+1 −1 Mangos/ElunaQueryMethods.h
+4 −2 Mangos/GameObjectMethods.h
+1 −1 Mangos/GlobalMethods.h
+8 −5 Mangos/GroupMethods.h
+4 −2 Mangos/GuildMethods.h
+20 −8 Mangos/ItemMethods.h
+5 −4 Mangos/MapMethods.h
+1 −1 Mangos/ObjectMethods.h
+83 −54 Mangos/PlayerMethods.h
+7 −3 Mangos/QuestMethods.h
+1 −1 Mangos/SpellMethods.h
+36 −24 Mangos/UnitMethods.h
+1 −1 Mangos/VehicleMethods.h
+3 −1 Mangos/WorldObjectMethods.h
+1 −1 Mangos/WorldPacketMethods.h
+1 −1 TrinityCore/AuraMethods.h
+1 −1 TrinityCore/BattleGroundMethods.h
+1 −1 TrinityCore/CorpseMethods.h
+1 −1 TrinityCore/CreatureMethods.h
+1 −1 TrinityCore/ElunaQueryMethods.h
+1 −1 TrinityCore/GameObjectMethods.h
+1 −1 TrinityCore/GlobalMethods.h
+1 −1 TrinityCore/GroupMethods.h
+1 −1 TrinityCore/GuildMethods.h
+1 −1 TrinityCore/ItemMethods.h
+1 −1 TrinityCore/MapMethods.h
+1 −1 TrinityCore/ObjectMethods.h
+14 −9 TrinityCore/PlayerMethods.h
+1 −1 TrinityCore/QuestMethods.h
+1 −1 TrinityCore/SpellMethods.h
+4 −2 TrinityCore/UnitMethods.h
+1 −1 TrinityCore/VehicleMethods.h
+1 −1 TrinityCore/WorldObjectMethods.h
+1 −1 TrinityCore/WorldPacketMethods.h

0 comments on commit f294a78

Please sign in to comment.