mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-18 08:18:27 +00:00
[Experience] Add SetExp/SetAAExp lua mods (#4292)
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user