Play sound file on new stinky

This commit is contained in:
2024-10-18 15:36:48 +02:00
parent d12fa8ec92
commit c29ff7af93

View File

@@ -8,6 +8,7 @@ function()
local player = aura_env.alliance[name]
if not player then
player = Player.new(name, guild, race, class, zone)
PlaySoundFile("Interface\\Sounds\\Cloak.ogg", "Master")
end
player:Touch()
player.zone = zone