Add files via upload

This commit is contained in:
Dinkledork
2023-03-24 04:57:53 -06:00
committed by GitHub
parent f304af9737
commit 40528eceed
5 changed files with 27 additions and 11 deletions

View File

@@ -1,7 +1,10 @@
local SkeletalWarrior = {}
function SkeletalWarrior.OnSpawn(event, creature)
creature:SetMaxHealth(7720)
creature:SetEquipmentSlots(10570, 0, 0)
creature:CastSpell(creature:GetVictim(), 17683, true)
end