update/show coord in combat log warning

This commit is contained in:
SowinskiBraeden committed 2023-09-07 07:23:16 -07:00
1 parent f7e94e1547
commit 0322a81450
3 files changed
+3 -2

No files matched your search

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