eluna-scripts-ornfelt/lua/RandomScriptsforAzerothCore/DinkleDoom.lua
2024-09-23 07:59:23 +02:00

8 lines
No EOL
211 B
Lua

local Dinkledork = {}
function Dinkledork.OnSpawn(event, creature)
creature:CastSpell(creature, 100138, true)
creature:CastSpell(creature, 100035, true)
end
RegisterCreatureEvent(400066, 5, Dinkledork.OnSpawn)