Play sound file on new stinky
This commit is contained in:
@@ -8,6 +8,7 @@ function()
|
|||||||
local player = aura_env.alliance[name]
|
local player = aura_env.alliance[name]
|
||||||
if not player then
|
if not player then
|
||||||
player = Player.new(name, guild, race, class, zone)
|
player = Player.new(name, guild, race, class, zone)
|
||||||
|
PlaySoundFile("Interface\\Sounds\\Cloak.ogg", "Master")
|
||||||
end
|
end
|
||||||
player:Touch()
|
player:Touch()
|
||||||
player.zone = zone
|
player.zone = zone
|
||||||
|
Reference in New Issue
Block a user