Update SetnpclevelScourgeTrash.lua

This commit is contained in:
Dinkledork
2023-02-02 18:24:19 -07:00
committed by GitHub
parent 18babab658
commit 74cc1b15c6

View File

@@ -120,3 +120,7 @@ creature:CastSpell(creature, 100133, true)
end
-- Register CastSpellOnSpawn2 function to be called when an NPC with the specified NPC IDs
spawned
for _, npcId in ipairs(npcIds1) do
RegisterCreatureEvent(npcId, 5, CastSpellOnSpawn2)
end