fix/detect combat log call

This commit is contained in:
SowinskiBraeden authored and GitHub committed 2023-09-07 20:25:01 -07:00
1 parent 0322a81450
commit e855d577e6
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -89,7 +89,7 @@ module.exports = {
DetectCombatLog(client, guildId, {
time: info.time,
player: info.player,
pos: plaerStat.pos,
pos: playerStat.pos,
lastDamageDate: playerStat.lastDamageDate,
lastHitBy: playerStat.lastHitBy,
lastDeathDate: playerStat.lastDeathDate,