mirror of
https://github.com/araxiaonline/RandomScriptsforAzerothCore.git
synced 2026-06-13 10:22:22 -04:00
7 lines
184 B
Lua
7 lines
184 B
Lua
local PallidHorror = {}
|
|
|
|
function PallidHorror.OnDied(event, creature, killer)
|
|
creature:CastSpell(creature, 28699, true)
|
|
end
|
|
|
|
RegisterCreatureEvent(16394, 4, PallidHorror.OnDied) |