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:
8
DinkleDoom.lua
Normal file
8
DinkleDoom.lua
Normal 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)
|
||||
Reference in New Issue
Block a user