Skip to content

Commit a2cdc0b

Browse files
authored
Merge branch 'master' into yesterday-today-pvp-methods
2 parents 6ad4a8d + c5efab3 commit a2cdc0b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/LuaEngine/LuaFunctions.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1958,6 +1958,9 @@ void RegisterFunctions(ALE* E)
19581958

19591959
ALETemplate<CreatureTemplate>::Register(E, "CreatureTemplate");
19601960

1961+
ALETemplate<Loot>::Register(E, "Loot");
1962+
ALETemplate<Loot>::SetMethods(E, LootMethods);
1963+
19611964
ALETemplate<long long>::Register(E, "long long", true);
19621965

19631966
ALETemplate<unsigned long long>::Register(E, "unsigned long long", true);

0 commit comments

Comments
 (0)