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:
7
Auto_Rez.lua
Normal file
7
Auto_Rez.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
local SPELL_ID = 51916
|
||||
|
||||
function OnKilledByCreature(event, killer, killed)
|
||||
killed:CastSpell(killed, SPELL_ID, true)
|
||||
end
|
||||
|
||||
RegisterPlayerEvent(8, OnKilledByCreature)
|
||||
Reference in New Issue
Block a user