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:
@@ -2,15 +2,15 @@ local Lucifron = {}
|
||||
Lucifron.enrageCasted = false
|
||||
|
||||
function Lucifron.CastImpendingDoom(eventId, delay, calls, creature)
|
||||
creature:CastSpell(creature:GetVictim(), 19702, true)
|
||||
creature:CastSpell(creature:GetVictim(), 19702, false)
|
||||
end
|
||||
|
||||
function Lucifron.CastLucifronCurse(eventId, delay, calls, creature)
|
||||
creature:CastSpell(creature:GetVictim(), 19703, true)
|
||||
creature:CastSpell(creature:GetVictim(), 19703, false)
|
||||
end
|
||||
|
||||
function Lucifron.CastShadowShock(eventId, delay, calls, creature)
|
||||
creature:CastSpell(creature:GetVictim(), 20603, true)
|
||||
creature:CastSpell(creature:GetVictim(), 20603, false)
|
||||
end
|
||||
|
||||
function Lucifron.CastFlamestrike(eventId, delay, calls, creature)
|
||||
|
||||
Reference in New Issue
Block a user