mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 16:28:28 +00:00
[Experience] Add SetExp/SetAAExp lua mods (#4292)
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ uint32_t Perl_Raid_GetGroup(Raid* self, Client* client) // @categories Group, Ra
|
||||
|
||||
void Perl_Raid_SplitExp(Raid* self, uint32 experience, Mob* other) // @categories Experience and Level, Raid
|
||||
{
|
||||
self->SplitExp(experience, other);
|
||||
self->SplitExp(ExpSource::Quest, experience, other);
|
||||
}
|
||||
|
||||
uint32_t Perl_Raid_GetTotalRaidDamage(Raid* self, Mob* other) // @categories Raid
|
||||
|
||||
Reference in New Issue
Block a user