Add files via upload

This commit is contained in:
Dinkledork
2023-03-09 03:36:13 -07:00
committed by GitHub
parent 853f202792
commit eae97d262b
23 changed files with 403 additions and 23 deletions

8
DinkleDoom.lua Normal file
View File

@@ -0,0 +1,8 @@
local Dinkledork = {}
function Dinkledork.OnSpawn(event, creature)
creature:CastSpell(creature, 100138, true)
creature:CastSpell(creature, 100035, true)
end
RegisterCreatureEvent(400066, 5, Dinkledork.OnSpawn)