Add zone changed messages

This commit is contained in:
2024-11-28 17:16:36 +01:00
parent 3107521c55
commit 800555f59f
2 changed files with 31 additions and 14 deletions

View File

@@ -48,6 +48,9 @@ function()
WeakAurasSaved.Cyka.WhoSniffer[name] = player
end
player.lastSeenInternal = GetTime()
if player.zone ~= zone then
aura_env.NotifyZoneChanged(player, zone)
end
player.zone = zone
player.lastSeen = timestamp
aura_env.stinkies[name] = player