eluna-scripts-ornfelt/lua/RandomScriptsforAzerothCore/Alleria1.lua
2024-09-23 07:59:23 +02:00

9 lines
No EOL
186 B
Lua

local npcid = 400019
function OnSpawn(event, creature)
creature:SetWalk(true)
creature:MoveWaypoint()
creature:SetReactState(0)
end
RegisterCreatureEvent(npcid, 5, OnSpawn)