mirror of
https://github.com/araxiaonline/RandomScriptsforAzerothCore.git
synced 2026-06-13 02:22:19 -04:00
Add files via upload
This commit is contained in:
8
DarionTur2.lua
Normal file
8
DarionTur2.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
local NPC_ID_DAMION_TUR = 400079
|
||||
local SOUND_ID = 20436
|
||||
|
||||
local function OnDamionTurSpawn(event, creature)
|
||||
creature:PlayDirectSound(SOUND_ID)
|
||||
end
|
||||
|
||||
RegisterCreatureEvent(NPC_ID_DAMION_TUR, 5, OnDamionTurSpawn)
|
||||
Reference in New Issue
Block a user