[Experience] Add SetExp/SetAAExp lua mods (#4292)

This commit is contained in:
Xackery
2024-05-04 16:10:27 -07:00
committed by GitHub
parent aa0e53f5fc
commit 758859eea6
23 changed files with 236 additions and 57 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ int Lua_Raid::GetGroup(Lua_Client c) {
void Lua_Raid::SplitExp(uint64 exp, Lua_Mob other) {
Lua_Safe_Call_Void();
self->SplitExp(exp, other);
self->SplitExp(ExpSource::Quest, exp, other);
}
uint32 Lua_Raid::GetTotalRaidDamage(Lua_Mob other) {