mirror of
https://github.com/ornfelt/azerothcore_lua_scripts
synced 2026-08-22 06:26:03 -04:00
8 lines
No EOL
211 B
Lua
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) |