mirror of
https://github.com/araxiaonline/ScourgeInvasion.git
synced 2026-06-13 03:02:21 -04:00
Update PrinceTenris.lua
This commit is contained in:
@@ -11,6 +11,7 @@ local targetIndex = math.random(1, #raidMembers)
|
||||
local randomTarget = raidMembers[targetIndex]
|
||||
if randomTarget then
|
||||
creature:CastSpell(randomTarget, BLOOD_MIRROR)
|
||||
creature:SendUnitSay("Drink, mortals! Taste my blood! Taste your death!", 0)
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -30,6 +31,7 @@ local targetIndex = math.random(1, #raidMembers)
|
||||
local randomTarget = raidMembers[targetIndex]
|
||||
if randomTarget then
|
||||
creature:CastSpell(randomTarget, BLOOD_SWOOP)
|
||||
creature:SendUnitYell("I shall consume you!", 0)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user